docs: update content

This commit is contained in:
Hans Pagel
2021-02-04 17:33:59 +01:00
parent d40131d8d1
commit ac97e393d1
14 changed files with 96 additions and 55 deletions

View File

@@ -17,13 +17,10 @@
justify-content: center;
align-items: center;
min-height: 100vh;
// margin: 5rem 1rem;
text-align: center;
color: rgba($colorWhite, 0.4);
color: rgba($colorBlack, 0.4);
a {
color: $colorWhite;
color: $colorBlack;
}
}
</style>