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:
8eded2c
)
still coloring
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 11:32:51 +0000
(12:32 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 11:32:51 +0000
(12:32 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
fca3986
..
fa5000b
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-57,6
+57,7
@@
a { outline: none; }
--accent: #FD7014;
--bluish-grey: #3f4c77;
--dark-grey: #393E46;
+ --light-grey: #ababcf;
/* Icons */
--file-icon: url("file-dark.svg");
--dir-icon: url("folder-dark.svg");
@@
-328,7
+329,7
@@
div.page_header a img.logo {
.tree th,
.commit_search th {
background-color: var(--bluish-grey);
- color: var(--
fg
);
+ color: var(--
light-grey
);
font-weight: normal;
}