From 8cac4be7916a427c07c6b04f7d24997b5e29bf4a Mon Sep 17 00:00:00 2001 From: danix Date: Sun, 26 Feb 2023 08:37:25 +0100 Subject: [PATCH] almost giving up on coloring svgs but not yet --- gitweb-danixland/gitweb.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index de0108b..77de653 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -119,8 +119,9 @@ td.list a[href*='tree'], td.list a[href*='blob'] { } /* Folder Icon */ -td.list a[href*='tree'] { - background: var(--svg-color) var(--dir-icon) center left no-repeat; +td.list a[href*='tree']:before { + color: var(--svg-color); + content: var(--dir-icon); } /* File Icon */ -- 2.20.1