aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css4
-rw-r--r--styles/tags.css2
2 files changed, 5 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css
index 5650240..b195485 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -66,6 +66,10 @@ h3 { font-size: 32px; }
:focus { outline: none; }
+li {
+ margin-bottom: 6px;
+}
+
@media (prefers-color-scheme: light) {
.subtile {
opacity: .6;
diff --git a/styles/tags.css b/styles/tags.css
index bf1197b..fd0ca37 100644
--- a/styles/tags.css
+++ b/styles/tags.css
@@ -1,5 +1,5 @@
.tags {
- margin-top: 6px;
+ margin-top: 12px;
}
.tags .tag {