summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
authordabikers' admin <dabikers@protonmail.com>2024-01-30 23:45:49 -0600
committerdabikers' admin <dabikers@protonmail.com>2024-01-30 23:45:49 -0600
commite7c015a5d4d5581c041d6330d918db00a9801ba3 (patch)
treeefcfabbd0e48b4a2a39bf96e639c920f19c41bc7 /css/base.css
parentf16c347307f9418d1db40a3a01204ec2c8c2b5dd (diff)
Make top and bottom bars nicer
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css
index f65307a..d79c66f 100644
--- a/css/base.css
+++ b/css/base.css
@@ -19,7 +19,8 @@
19/* */ 19/* */
20 20
21:root { 21:root {
22 --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ 22 --theight: fit-content;
23 --bheight: fit-content; /* min-content This feels hackey but it works & stops overflow */
23 24
24 --cblack: #000000; 25 --cblack: #000000;
25 --cwhite: #ffffff; 26 --cwhite: #ffffff;
@@ -85,7 +86,7 @@ a {
85 align-items: center; 86 align-items: center;
86 align-content: center; 87 align-content: center;
87 88
88 height: 5vw; 89 height: var(--theight);
89 90
90 background-color: var(--cblack); 91 background-color: var(--cblack);
91 color: var(--cwhite); 92 color: var(--cwhite);