From e065914a6fea70c25e117d8aaca466b59bcad5c6 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 13 Jan 2022 17:25:07 +0100 Subject: Menu, DiscDAG loading --- src/ui/theme.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/ui/theme.js') diff --git a/src/ui/theme.js b/src/ui/theme.js index 58c8397..8977791 100644 --- a/src/ui/theme.js +++ b/src/ui/theme.js @@ -2,7 +2,6 @@ import css from './css'; css` html { - font-size: 11px; margin: 0; padding: 0; } @@ -15,6 +14,9 @@ body { --theme-note-bg-trans: rgba(238,238,238,0); --theme-note-fg-trans: rgba(54,54,54,0); --theme-header-fg: #121212; + + --theme-title-fg: #eeeeee; + --theme-title-bg: #363636; } body.darktheme { @@ -33,13 +35,5 @@ body { margin: 0; padding: 0; - width: 100vw; - height: 100vh; - overflow: hidden; - - display: flex; - flex-direction: column; - justify-content: space-around; } `; - -- cgit v1.2.3