summary refs log tree commit diff
path: root/assets/css
diff options
context:
space:
mode:
authormayx2025-04-27 15:54:45 +0000
committermayx2025-04-27 15:54:45 +0000
commitd0ce029b941fc8dc6de9d32cd8942e6dccdbdfc4 (patch)
tree35fa581ca9ecef876353dddc7f0428c82192daa7 /assets/css
parentebc280932ec010ecc0fb305650db91f7016dff11 (diff)
Update 4 files
- /assets/css/style.scss
- /_layouts/post.html
- /_layouts/default.html
- /_data/ai-cache.json
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 1a58e09..780af18 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -3,6 +3,11 @@
 
 @import "{{ site.theme }}";
 
+a:hover {
+    font-weight: inherit;
+    text-decoration: underline;
+}
+
 .backToTop {
     display: none;
     width: 18px;