mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
Merge branch 'akis/rewrite' of https://github.com/MutaTechTips/mutaharwebsite into akis/rewrite
This commit is contained in:
commit
f8ed77acc4
@ -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;
|
||||
|
@ -35,5 +35,6 @@ description: Do you want to contact us?
|
||||
border-radius: 10px;
|
||||
padding: 1rem;
|
||||
cursor: pointer;
|
||||
font-family: var(--font-primary);
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user