This commit is contained in:
Philipp Klüter
2021-04-16 23:14:54 +02:00
parent 9047765b61
commit df9b73d2ae

View File

@@ -1,3 +1,7 @@
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
</style>
:root {
--primary-color: #7400b8;
--secondary-color: #48bfe3;
@@ -8,6 +12,7 @@ body {
font-family: 'Karla', sans-serif;
background-color: var(--background-color);
min-height: 100vh;
font-family: 'Roboto', sans-serif;
}
.brand-wrapper {