优化链接样式

This commit is contained in:
狮子耗耗 2025-01-05 13:23:55 +08:00
parent cd5f15db84
commit b2749ec021

View File

@ -23,7 +23,7 @@ a {
@media (hover: hover) { @media (hover: hover) {
a:hover { a:hover {
background-color: hsla(160, 100%, 37%, 0.2); background-color: hsla(193, 61%, 57%, 0.452);
} }
} }