aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r--server/src/routes/ui/style/layout.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css
index 2da6d97..09da718 100644
--- a/server/src/routes/ui/style/layout.css
+++ b/server/src/routes/ui/style/layout.css
@@ -20,8 +20,11 @@
--backdrop-height: 24em;
--background-dark: #070707;
--background-light: #1c1c1c;
+ --background-very-light: #323232;
--main-side-margin: 2em;
--font: rgb(218, 218, 218);
+ --font-dark: rgb(148, 148, 148);
+ --font-highlight: white;
}
::selection {
@@ -44,6 +47,11 @@ body {
padding: 0px;
}
+h1 {
+ font-weight: bold;
+ color: var(--font-highlight);
+}
+
nav {
user-select: none;
z-index: 90;