More styles

This commit is contained in:
Tom Raithel
2017-02-11 12:04:52 +01:00
parent b73cc8896c
commit fc81624813
15 changed files with 117 additions and 41 deletions

View File

@@ -0,0 +1,8 @@
.link {
color: var(--color-white);
text-decoration: none;
cursor: pointer;
&:hover {
text-decoration: underline;
}
}