Universal styling for all links.

This commit is contained in:
2019-04-16 00:09:50 +02:00
parent a8eb809ce8
commit 14d00eb734

View File

@@ -16,6 +16,13 @@ html, body {
a {
cursor: pointer;
font-family: 'Ambroise std demi';
font-style: normal;
color: #3b70a2;
&:visited {
color: #3b70a2;
}
}
#app {