aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/style.css22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index c65adc5..b65c38a 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -1,23 +1,21 @@
:root {
--bg: #f3f3f3;
--fg: #181a1b;
- --link: #006697;
+ --link: #175db6;
--code: #e8e8e8;
--footer: #828997;
--home-link: #c02c38;
--quote-border: #c678dd;
- --theme-toggle: #4078f2;
}
.dark-mode {
--bg: #282c34;
--fg: #c8ceda;
- --link: #56b6c2;
+ --link: #64d9a8;
--code: #363a45;
--footer: #828997;
- --home-link: #e06c75;
+ --home-link: #89b4fa;
--quote-border: #c678dd;
- --theme-toggle: #f9e2af;
}
html {
@@ -35,6 +33,7 @@ body {
header {
overflow:hidden;
margin-top: 1em;
+ margin-bottom: 1em;
font-size: 2em;
color: var(--footer);
}
@@ -49,7 +48,7 @@ header {
footer {
margin-top: 3em;
- margin-bottom: 1.5em;
+ margin-bottom: 2em;
text-align: center;
font-size: 0.95em;
color: var(--footer);
@@ -106,11 +105,14 @@ blockquote {
color: var(--home-link);
}
-#darkmodetoggle {
- color: var(--theme-toggle);
-}
-
#darkmodetoggle:hover {
cursor: pointer;
text-decoration: none;
}
+
+#title {
+ margin-top: 0;
+}
+#date {
+ margin-bottom: 0;
+}