Files

7 lines
104 B
CSS
Raw Permalink Normal View History

2026-02-10 08:59:19 +01:00
*:target {
2026-02-10 09:01:27 +01:00
background-color: inherit !important;
2026-02-11 09:00:27 +01:00
}
a:hover {
text-decoration: underline !important;
2026-02-10 08:59:19 +01:00
}