added link styling

This commit is contained in:
Mystikfluu 2022-04-26 19:41:41 +02:00
parent b9473c8753
commit 8d71f47c81

View File

@ -55,3 +55,13 @@ button {
* {
font-family: 'system-ui';
}
a {
text-decoration: none;
}
a:link, a:visited {
color: green;
}
a:hover {
color: red;
}