commit d77ad42eeec78338843ade55a4be1512f208e2b4 parent 2e5c42ffc3c9e4ddc242e9e6b90e0086422c8c28 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 15 Jun 2024 12:36:27 +0200 fix: remove unnecessary comma Diffstat:
M | assets/style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/style.css b/assets/style.css @@ -169,7 +169,7 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a { visibility: visible !important; } body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a:hover, -body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a.active, +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a.active { text-decoration: none; background-color: var(--hl1);