aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/styles.css b/static/styles.css
index 5f169b6..849c1f8 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -352,11 +352,11 @@ template {
/* CUSTOM CSS */
:root {
- --bg: #282a36;
- --bg-bright: #44475a;
- --fg: #f8f8f2;
- --link: #50fa7b;
- --code: #f1fa8c;
+ --bg: #111111;
+ --bg-bright: #2a2a2a;
+ --fg: #c9c9c9;
+ --link: #f07178;
+ --code: #ffb454;
}
@media (prefers-reduced-motion: no-preference) {