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:
7629b99
)
uniforming blocks styling in diff view
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 15:30:58 +0000
(16:30 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 15:30:58 +0000
(16:30 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
d781d83
..
4a774d6
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-663,15
+663,19
@@
div.diff.from_file {
.rem {
background: #ffdddd;
+ color: var(--dark-grey);
}
.rem .marked {
background: #ffaaaa;
+ color: var(--dark-grey);
}
.add {
background: #ddffdd;
+ color: var(--dark-grey);
}
.add .marked {
background: #7dff7d;
+ color: var(--dark-grey);
}
.extended_header {