forked from ProjectSegfault/website
add button hover
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
parent
a5a39e333a
commit
45431baeac
@ -47,6 +47,11 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.links > *:hover {
|
||||||
|
background-color: var(--accent-tertiary);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
@ -10,6 +10,7 @@ html {
|
|||||||
--accent-secondary: #ce1717;
|
--accent-secondary: #ce1717;
|
||||||
--text: #fff;
|
--text: #fff;
|
||||||
--font-primary: Comfortaa;
|
--font-primary: Comfortaa;
|
||||||
|
--accent-tertiary: #4beacb;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user