Compat v14 : CSS for Dice (Chat & RnK)

This commit is contained in:
Vlyan
2026-04-06 12:47:57 +02:00
parent 852703c4ef
commit 1cbe8af998
6 changed files with 55 additions and 16 deletions

View File

@@ -145,6 +145,11 @@ input[type="time"]:focus {
line-height: initial;
}
// Remove icon on link (bc specificity)
#sidebar-content .content-link i.l5r5e {
display: none;
}
button:hover {
box-shadow: 0 0 10px $red;
}