From: danix Date: Sun, 26 Feb 2023 07:42:34 +0000 (+0100) Subject: fixed color for svgs X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=423a1cf34bee88198326d41c888f767c21ec75f5;hp=8cac4be7916a427c07c6b04f7d24997b5e29bf4a;p=gitweb-theme-danix.git fixed color for svgs --- diff --git a/gitweb-danixland/commit.svg b/gitweb-danixland/commit.svg index 6a8d3c1..fc062d3 100644 --- a/gitweb-danixland/commit.svg +++ b/gitweb-danixland/commit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/gitweb-danixland/file.svg b/gitweb-danixland/file.svg index 9bf0c01..863836b 100644 --- a/gitweb-danixland/file.svg +++ b/gitweb-danixland/file.svg @@ -1 +1 @@ - + diff --git a/gitweb-danixland/folder.svg b/gitweb-danixland/folder.svg index 7355a9b..85d269e 100644 --- a/gitweb-danixland/folder.svg +++ b/gitweb-danixland/folder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 77de653..03949ec 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -119,14 +119,13 @@ td.list a[href*='tree'], td.list a[href*='blob'] { } /* Folder Icon */ -td.list a[href*='tree']:before { - color: var(--svg-color); - content: var(--dir-icon); +td.list a[href*='tree'] { + background: var(--dir-icon) center left no-repeat; } /* File Icon */ td.list a[href*='blob'] { - background: var(--svg-color) var(--file-icon) center left no-repeat; + background: var(--file-icon) center left no-repeat; } i { diff --git a/gitweb-danixland/merge.svg b/gitweb-danixland/merge.svg index 6d77045..680d926 100644 --- a/gitweb-danixland/merge.svg +++ b/gitweb-danixland/merge.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/gitweb-danixland/tag.svg b/gitweb-danixland/tag.svg index 274a264..2cae17a 100644 --- a/gitweb-danixland/tag.svg +++ b/gitweb-danixland/tag.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file