pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

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:
Massets/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);