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 @@