diff --git a/svelte-app/src/app.scss b/svelte-app/src/app.scss index 1fb935fa3..5f64da3dd 100644 --- a/svelte-app/src/app.scss +++ b/svelte-app/src/app.scss @@ -30,23 +30,11 @@ img { body { @apply h-full w-full overflow-x-hidden; - @media (min-width: 0px) { background-color: $dark; - } - @media (min-width: 768px) { - background-color: $black; - } - --textColour: $light; &.light { - @media (min-width: 0px) { - background-color: $white; - } - @media (min-width: 768px) { - background-color: $light; - } - + background-color: $light; --textColour: $dark; } &:not(.is-loaded) { diff --git a/svelte-app/src/components/about/timeline.svelte b/svelte-app/src/components/about/timeline.svelte index b8dc857c3..a1ad326f9 100644 --- a/svelte-app/src/components/about/timeline.svelte +++ b/svelte-app/src/components/about/timeline.svelte @@ -75,22 +75,24 @@ icon="ChevronDown" class="{selected === i ? 'rotate-0' : '-rotate-90'} transition-all" /> -
- {dateDisplay(item.range.start, item.range.end)} -
-
- {item.title}
-
- {#if item.subtitle}
-
{item.subtitle}
- {/if} + {dateDisplay(item.range.start, item.range.end)} + +{item.subtitle}
+ {/if} +