diff options
| author | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:38:31 +0800 |
|---|---|---|
| committer | yingyu5658 <i@yingyu5658.me> | 2025-12-14 11:38:31 +0800 |
| commit | b3ebd8526dc1e7b0d7d5420b38f7dc43f185a979 (patch) | |
| tree | b27a8a48662a8a22dde59605235359924f842604 /layouts/partials | |
| parent | 259f5ac57a14569e24682f905c917a2c017ef283 (diff) | |
| download | blog-b3ebd8526dc1e7b0d7d5420b38f7dc43f185a979.tar.gz blog-b3ebd8526dc1e7b0d7d5420b38f7dc43f185a979.zip | |
docs: post weekly
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; } |
