danix
's git repository
home
/
my projects
/
gitweb-theme-danix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1ddc7
)
almost giving up on coloring svgs but not yet
author
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 07:37:25 +0000
(08:37 +0100)
committer
danix
<danix@danix.xyz>
Sun, 26 Feb 2023 07:37:25 +0000
(08:37 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
de0108b
..
77de653
100644
(file)
--- 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 */