From 9f8682ba89f6fbb0e611ec2be241c4f055a3ea6d Mon Sep 17 00:00:00 2001 From: f Date: Sun, 5 Jan 2025 22:13:36 +0300 Subject: [PATCH] fix ui --- _layouts/default.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3b87b5a..01acdfa 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -93,6 +93,12 @@ color: var(--accent-color); font-size: 0.9rem; opacity: 0.8; + text-decoration: none; + transition: opacity 0.2s ease; + } + + .star-count:hover { + opacity: 1; } .star-count svg { @@ -918,12 +924,12 @@
- +