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;
|
||||
}
|
||||
|
||||
.links > *:hover {
|
||||
background-color: var(--accent-tertiary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 36px;
|
||||
border-radius: 50%;
|
||||
|
@ -10,6 +10,7 @@ html {
|
||||
--accent-secondary: #ce1717;
|
||||
--text: #fff;
|
||||
--font-primary: Comfortaa;
|
||||
--accent-tertiary: #4beacb;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user