Merge branch 'akis/rewrite' of https://github.com/MutaTechTips/mutaharwebsite into akis/rewrite

This commit is contained in:
Alex J 2022-06-17 21:29:51 +02:00
commit f8ed77acc4
2 changed files with 4 additions and 2 deletions

View File

@ -8,11 +8,12 @@ html {
--secondary: #252525;
--accent-primary: #00d4aa;
--accent-secondary: #ce1717;
--text: #fff
--text: #fff;
--font-primary: Comfortaa;
}
body {
font-family: Comfortaa;
font-family: var(--font-primary);
background-color: var(--primary);
color: var(--text);
margin: 0;

View File

@ -35,5 +35,6 @@ description: Do you want to contact us?
border-radius: 10px;
padding: 1rem;
cursor: pointer;
font-family: var(--font-primary);
}
</style>