aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-10-20 14:16:39 +0200
committerOscar Najera <hi@oscarnajera.com>2023-10-20 14:20:32 +0200
commit9b228c76f5fbe5d4f30e5508586c5c6a78f2dc78 (patch)
tree22b6410727b8aa6359e3a83e0f3a20fe3be72607
parent4d546d8c89aeafb6cebff16ca5b8cef501233ab1 (diff)
downloadhugo-minimalist-theme-9b228c76f5fbe5d4f30e5508586c5c6a78f2dc78.tar.gz
hugo-minimalist-theme-9b228c76f5fbe5d4f30e5508586c5c6a78f2dc78.tar.bz2
hugo-minimalist-theme-9b228c76f5fbe5d4f30e5508586c5c6a78f2dc78.zip
heading anchor style
-rw-r--r--assets/scss/style.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index 1c919f2..ac222a3 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -167,7 +167,9 @@ blockquote {
@extend .tc, .ttu, .tracked, .fs-normal, .ma0, .pa0;
}
}
-
+.heading-anchor {
+ color: #ddd !important;
+}
// POSTS
.main-content {
a {