fix: remove text decoration on link hover in styles
This commit is contained in:
parent
68598558a9
commit
f811ed2bd4
1 changed files with 1 additions and 1 deletions
2
dist/css/styles.css
vendored
2
dist/css/styles.css
vendored
|
|
@ -230,7 +230,7 @@ a {
|
|||
|
||||
a:hover {
|
||||
color: var(--primary-hover);
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.page-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue