mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 08:33:01 +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;
|
--secondary: #252525;
|
||||||
--accent-primary: #00d4aa;
|
--accent-primary: #00d4aa;
|
||||||
--accent-secondary: #ce1717;
|
--accent-secondary: #ce1717;
|
||||||
--text: #fff
|
--text: #fff;
|
||||||
|
--font-primary: Comfortaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Comfortaa;
|
font-family: var(--font-primary);
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -35,5 +35,6 @@ description: Do you want to contact us?
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: var(--font-primary);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue
Block a user