diff options
| author | s-ol <s+removethis@s-ol.nu> | 2022-01-13 16:25:07 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2022-01-13 17:26:21 +0000 |
| commit | e065914a6fea70c25e117d8aaca466b59bcad5c6 (patch) | |
| tree | 9c003c80318427f4486691b84576233ad7742816 /src/ui/theme.js | |
| parent | use @container:@id in defualt graph (diff) | |
| download | fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.tar.gz fedidag-e065914a6fea70c25e117d8aaca466b59bcad5c6.zip | |
Menu, DiscDAG loading
Diffstat (limited to 'src/ui/theme.js')
| -rw-r--r-- | src/ui/theme.js | 12 |
1 files changed, 3 insertions, 9 deletions
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; } `; - |
