This commit is contained in:
j 2021-11-22 19:42:53 +01:00
commit ef160a1923
5 changed files with 106 additions and 104 deletions

View file

@ -30,10 +30,17 @@
}
a {
color: white;
color: var(--color-link);
text-decoration: none;
font-size: 17px;
margin-left: var(--spacing);
font-weight: bold;
&.title {
font-size: 34px;
font-weight: bold;
font-family: "wrong font";
color: #ddd;
}
@media screen and (max-width: 799px) {
&.title {