mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-01-03 18:51:56 +05:30
add new button design by midous request
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
45431baeac
commit
303b3d5dd8
@ -37,12 +37,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.links > * {
|
.links > * {
|
||||||
background-color: var(--accent-primary);
|
background-color: var(--tertiary);
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--secondary);
|
color: var(--text);
|
||||||
font-family: var(--font-primary);
|
font-family: var(--font-primary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -50,6 +50,13 @@
|
|||||||
.links > *:hover {
|
.links > *:hover {
|
||||||
background-color: var(--accent-tertiary);
|
background-color: var(--accent-tertiary);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: var(--secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.links > *:active {
|
||||||
|
background-color: var(--accent-primary);
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: Comfortaa;
|
font-family: Comfortaa;
|
||||||
src: url("/Comfortaa.ttf");
|
src: url("/Comfortaa.ttf");
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
--primary: #151515;
|
--primary: #151515;
|
||||||
--secondary: #252525;
|
--secondary: #252525;
|
||||||
|
--tertiary: #353535;
|
||||||
--accent-primary: #00d4aa;
|
--accent-primary: #00d4aa;
|
||||||
--accent-secondary: #ce1717;
|
--accent-secondary: #ce1717;
|
||||||
--text: #fff;
|
--text: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user