Prevent not link room headers not styled as such when hovered

This commit is contained in:
Kalle
2026-04-02 22:14:10 +03:00
parent 7593b15329
commit 8550cadead

View File

@@ -158,7 +158,7 @@
border-radius: var(--radius-field);
transition: background-color 0.15s;
&:hover {
&:is(a):hover {
background-color: var(--color-bg-higher);
}
}