Change link style

This commit is contained in:
Ivan R. 2023-07-21 10:16:43 +05:00
parent ec9524fd0d
commit c17a75aa75
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -19,10 +19,6 @@ body {
box-sizing: border-box;
}
a {
color: inherit;
}
input,
button {
font-size: inherit;
@ -47,3 +43,14 @@ button:hover,
button:focus {
border-color: #812abd;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
text-decoration-color: #812abd;
}