Disabling target style

This commit is contained in:
Loïc Guibert
2026-02-10 08:59:19 +01:00
parent e0892c5936
commit 7fd4eb58c1
3 changed files with 16 additions and 0 deletions

3
assets/css/override.css Normal file
View File

@@ -0,0 +1,3 @@
*:target {
background-color: none !important;
}