diff options
Diffstat (limited to 'layouts/partials')
| -rw-r--r-- | layouts/partials/style.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 8828dbd..d49bf2c 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -30,6 +30,14 @@ 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } + nav a, + h1.post-title a, + .category-link, + .blog-posts li a { + text-decoration: none !important; + } + + nav a:hover, .post-title a:hover, a.item-link:hover, .blog-posts a:hover { @@ -304,13 +312,6 @@ border: 1px solid #414141 !important; } - nav a, - h1.post-title a, - .category-link, - .blog-posts li a { - text-decoration: none !important; - } - a { font-weight: 500 !important; } |
