added link styling
This commit is contained in:
parent
b9473c8753
commit
8d71f47c81
@ -55,3 +55,13 @@ button {
|
|||||||
* {
|
* {
|
||||||
font-family: 'system-ui';
|
font-family: 'system-ui';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:link, a:visited {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user