colorize .links on hover

This commit is contained in:
Hugo 2023-08-06 16:30:05 +02:00
parent 89f4ddc9ce
commit dfb0078cc9
1 changed files with 6 additions and 2 deletions

View File

@ -129,8 +129,12 @@ a:focus {
gap: 2rem;
}
.links > a:hover{
background-color: var(--bg);
.links > a {
border-radius: 100%;
}
.links > a > img {
display: block;
}
#sections-button {