add button hover

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J 2022-06-18 11:17:19 +02:00
parent a5a39e333a
commit 45431baeac
2 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,11 @@
text-decoration: none;
}
.links > *:hover {
background-color: var(--accent-tertiary);
text-decoration: none;
}
img {
height: 36px;
border-radius: 50%;

View File

@ -10,6 +10,7 @@ html {
--accent-secondary: #ce1717;
--text: #fff;
--font-primary: Comfortaa;
--accent-tertiary: #4beacb;
}
body {