added richtig viel sachen

This commit is contained in:
Janis
2022-12-18 22:37:01 +01:00
parent bb49f58ace
commit 073a1bf728
57 changed files with 10394 additions and 55 deletions

View File

@@ -14,6 +14,29 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: $backgroundColor;
color: $fontColor;
background-color: $color-background-body;
color: $color-font;
}
p,
a {
letter-spacing: 1px;
&:visited {
color: $color-font;
}
}
a {
font-weight: bold;
text-decoration: none;
color: $color-font-link;
&:hover {
text-decoration: underline;
}
&:visited {
text-decoration: none;
color: $color-font-link;
}
}