diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 15:08:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-21 15:08:22 +0530 |
commit | f0f8897e08f7d257572b1f43e86e5d7682431da1 (patch) | |
tree | e0192164f4748f206df016c09a998a7a32e1a0fe /static/scss | |
parent | 5478510d1cdfe0aaf341e3b2f167e1e0e1d569a8 (diff) |
added content on blog's list.html
Diffstat (limited to 'static/scss')
-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; } } |