aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 1e8df40..150973f 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -113,6 +113,7 @@ time {
}
.post time {
+ flex-shrink: 0;
margin-right: 1rem;
}
@@ -126,7 +127,7 @@ footer {
--bg-light: #1B2229;
--fg: #DFDFDF;
--fg-light: #BBC2CF;
- --link: #047ACE;
+ --link: #67C0FF;
--code: #FF6C6B;
}
-} \ No newline at end of file
+}