almost giving up on coloring svgs but not yet
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index de0108b..77de653 100644 (file)
@@ -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 */