summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:24:38 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-20 00:24:38 +0000
commitf4ff8fe6eb20ab5b557d7beac095959890e126e8 (patch)
tree41e3c708a0c5c3cb4a318ebcd7739e3f2dc74552 /static
parentac0983a89692534daa3d36dba528461b5bb32dbc (diff)
downloadlegit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.tar.gz
legit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.tar.bz2
legit-f4ff8fe6eb20ab5b557d7beac095959890e126e8.zip
fix routes
Diffstat (limited to 'static')
-rw-r--r--static/style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/static/style.css b/static/style.css
index 5f7087b..ce66ba6 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,11 +1,11 @@
:root {
- --light: #f4f4f4;
- --cyan: #509c93;
- --light-gray: #eee;
- --medium-gray: #ddd;
- --gray: #6a6a6a;
- --dark: #444;
- --darker: #222;
+ --light: #224520;
+ --cyan: #285125;
+ --light-gray: #336830;
+ --medium-gray: #dbd7d4;
+ --gray: #dbd7d4;
+ --dark: #f3d0aa;
+ --darker: #f3d0aa;
--sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
--display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
@@ -13,6 +13,7 @@
}
html {
+ color: var(--dark);
background: var(--light);
-webkit-text-size-adjust: none;
font-family: var(--sans-font);