fix: remove text decoration on link hover in styles

This commit is contained in:
fynks 2025-08-18 18:46:18 +05:00
parent 68598558a9
commit f811ed2bd4

2
dist/css/styles.css vendored
View file

@ -230,7 +230,7 @@ a {
a:hover {
color: var(--primary-hover);
text-decoration: underline;
text-decoration: none;
}
.page-wrapper {