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:
1707094
)
fixing inconsistencies in coloring.
author
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 15:39:12 +0000
(16:39 +0100)
committer
danix
<danix@danix.xyz>
Tue, 28 Feb 2023 15:39:12 +0000
(16:39 +0100)
gitweb-danixland/gitweb.css
patch
|
blob
|
blame
|
history
diff --git
a/gitweb-danixland/gitweb.css
b/gitweb-danixland/gitweb.css
index
9e139b3
..
2cfa690
100644
(file)
--- a/
gitweb-danixland/gitweb.css
+++ b/
gitweb-danixland/gitweb.css
@@
-216,6
+216,7
@@
td, th {
.page_footer,
.site-footer {
background-color: var(--bluish-grey);
+ color: var(--light-grey);
width: 100%;
margin: 0;
}
@@
-226,7
+227,6
@@
td, th {
}
.page_footer_text {
- color: var(--fg);
text-align: right;
padding-right: 2em;
display: inline;