something

This commit is contained in:
Philipp Kühn
2020-04-18 23:53:05 +02:00
parent 66b127168a
commit 7d5b8fd4dd
8 changed files with 22 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ body {
-moz-osx-font-smoothing: grayscale;
line-height: 1.7;
font-feature-settings: 'cv05' 1;
background-color: $colorLightGrey;
background-color: rgba($colorBlack, 0.02);
height: 100%;
}

View File

@@ -17,7 +17,7 @@
letter-spacing: 0.025rem;
font-size: 0.75rem;
text-transform: uppercase;
color: rgba($colorBlack, 0.4);
color: rgba($colorBlack, 0.3);
margin-bottom: 0.5rem;
}