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 4c728c88a98af7126804c45cf2edcb0a46aaf79f
parent fc5d1a324b7e7120f1db3cb809ce8867bbe9f2fd
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 15 Jun 2024 13:15:12 +0200

fix: change colour of active icons

Diffstat:
Massets/style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/assets/style.css b/assets/style.css @@ -175,6 +175,10 @@ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a.active background-color: var(--hl1); color: var(--fg1); } +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a:hover:before, +body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a.active:before { + background-color: var(--fg1); +} /* Add icons in front of menu entries */ body > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td > a:before {