Fixed CSS

This commit is contained in:
Philipp Klüter
2021-04-16 23:15:43 +02:00
parent df9b73d2ae
commit e92d7cbb36

View File

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