mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-26 08:42:04 +05:30
fix font on contact button
This commit is contained in:
parent
e376cc1e3d
commit
c6dd619539
@ -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