summaryrefslogtreecommitdiffstatshomepage
path: root/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index e6b02a1..c49e851 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -16,10 +16,10 @@
@media (prefers-color-scheme: light) {
:root {
- --color-0: #dd7878;
- --color-1: #dc8a78;
+ --color-0: #8839ef;
+ --color-1: #9a4dff;
- --bg-0: #eff1f5;
+ --bg-0: #e6e9ef;
--fg-0: #4c4f69;
--bg-1: #ccd0da;
@@ -129,7 +129,10 @@ input:hover, textarea:hover {border: 1px solid var(--color-1);}
top: 0;
}
-#site-header { margin-bottom: 2em; }
+#site-header {
+ margin-bottom: 2em;
+ border-bottom: 1px solid var(--color-0);
+}
#site-header h1 { font-size: 1.2em; }
#site-header h1 a {
@@ -151,15 +154,11 @@ nav ul {
gap: 0.6em;
}
-main {
- border: 1px solid var(--color-0);
- padding: 0.4em 1.2em;
-}
-
#site-footer {
font-size: 0.85em;
margin-top: 2em;
margin-bottom: 5em;
+ border-top: 1px solid var(--color-0);
}
p#top-link {