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:
8ded711
)
regular text in tables is invisible in dark mode
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 13:20:03 +0000
(14:20 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 13:20:03 +0000
(14:20 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
cb6dfab
..
1873317
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-354,9
+354,9
@@
div.page_header a img.logo {
.history tr.dark, .history tr.light,
.heads tr.dark, .heads tr.light {
background-color: var(--bg-alt);
- color: var(--
dark-grey
);
+ color: var(--
fg
);
height: 2.5em;
- border-bottom: 1px solid
#e1e1e1
;
+ border-bottom: 1px solid
rgba(var(--border))
;
}
th .header {