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:
8408fba
)
page navigation colors must match.
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 12:58:53 +0000
(13:58 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 12:58:53 +0000
(13:58 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
ad80322
..
8fb2f18
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-390,9
+390,9
@@
th .header {
.page_path,
.search {
width: 94%;
- background:
#eaeaea
;
- color:
#545454
;
- border: 1px solid
#d8d8d8
;
+ background:
var(--fg)
;
+ color:
var(--bg)
;
+ border: 1px solid
var(--border)
;
padding: 5px;
margin: 0 auto 15px auto;
}