summaryrefslogtreecommitdiffstats
path: root/layouts/partials/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/style.html')
-rw-r--r--layouts/partials/style.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index 33ba584..ec4dae2 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -19,8 +19,7 @@
--upvoted-color: #fa8072;
--caption-text-color: #666;
--toc-text-color: #e5e5e5;
- --toc-hover-color
-: e5e5e5;
+ --toc-hover-color: e5e5e5;
--music-bg-hover-light: #e5e5e5;
--music-bg-light: rgba(229, 229, 229, 0.5);
--music-text-secondary: #666;
@@ -73,6 +72,10 @@ h1, h2 {
color: var(--body-text-color)
}
+.post-meta-item a {
+ font-size: .85rem;
+}
+
body {
@@ -280,9 +283,8 @@ ul.blog-posts li span.grouped {
}
.post-meta-item {
- margin-right: 0.8em;
+ margin-right: 0.3rem;
display: inline-block;
- font-size: var(--font-size-secondary);
}
.post-meta-item svg {
@@ -296,7 +298,6 @@ ul.blog-posts li span.grouped {
}
.post-tag a {
- font-size: var(--font-size-secondary) !important;
}
img {
@@ -647,6 +648,10 @@ ul li:has(input) {
text-decoration: none;
}
+h3.recent-post-title a {
+color: var(--body-text-color);
+}
+
a:hover {
text-decoration: underline;
}