1
Fork 0

Fix a:hover.

This commit is contained in:
Bauke 2022-03-28 15:16:41 +02:00
parent 11a3a083db
commit 8c8c8970d8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
background-color: var(--background-1);
border: 2px solid var(--foreground-1);
padding: 1rem;
&:hover {
background-color: var(--foreground-1);
}
}
}
}