diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/scss/blog.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/scss/blog.scss b/static/scss/blog.scss index 161ab27..c0a40d6 100644 --- a/static/scss/blog.scss +++ b/static/scss/blog.scss @@ -107,7 +107,7 @@ a { // the year/tag heading of the blog .list { - .section { color: $headingColor1; } + .section { color: $headingColor2; } li::marker { color: $linkColor; } } |