diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/scss/blog.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/scss/blog.scss b/static/scss/blog.scss index 96dc6fc..161ab27 100644 --- a/static/scss/blog.scss +++ b/static/scss/blog.scss @@ -117,6 +117,10 @@ main { } } +hr { + color: $headingColor1; +} + nav { ul { list-style: none; |