mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 17:50:21 +00:00
Universal styling for all links.
This commit is contained in:
@@ -16,6 +16,13 @@ html, body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: 'Ambroise std demi';
|
||||||
|
font-style: normal;
|
||||||
|
color: #3b70a2;
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: #3b70a2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
|
|||||||
Reference in New Issue
Block a user