aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <pux@pux.dom>2020-12-11 12:43:14 +0100
committer= <pux@pux.dom>2020-12-11 12:43:14 +0100
commit53b76b2c8a7a8b2683fcf66e1da77c62de0c56ce (patch)
treebd26479b12972c9b629292f8c646b52cbbfd4a22
parent422799d70fdc53dcece13ff96ad0821d6481eb80 (diff)
downloadmo-cgit-mods-53b76b2c8a7a8b2683fcf66e1da77c62de0c56ce.tar.gz
mo-cgit-mods-53b76b2c8a7a8b2683fcf66e1da77c62de0c56ce.tar.bz2
mo-cgit-mods-53b76b2c8a7a8b2683fcf66e1da77c62de0c56ce.zip
fix too dark blue
-rw-r--r--dark_theme/cgit.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/dark_theme/cgit.css b/dark_theme/cgit.css
index 13ec081..f44c531 100644
--- a/dark_theme/cgit.css
+++ b/dark_theme/cgit.css
@@ -201,7 +201,7 @@ div#cgit table.list td a {
div#cgit table.list td a.ls-dir {
font-weight: bold;
- color: #00f;
+ color: dodgerblue;
}
div#cgit table.list td a:hover {
@@ -447,7 +447,7 @@ div#cgit table.diffstat td.del a {
}
div#cgit table.diffstat td.upd a {
- color: blue;
+ color: lightblue;
}
div#cgit table.diffstat td.graph {
@@ -494,7 +494,7 @@ div#cgit table.diff td div.head {
}
div#cgit table.diff td div.hunk {
- color: #009;
+ color: dodgerblue;
}
div#cgit table.diff td div.add {
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa