summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-25 14:11:41 +0100
committerstuebinm2021-02-25 14:11:41 +0100
commit4df64fcb57097eee0bb21880675ec6bf332bc8e8 (patch)
tree71318d709d7185e34950c3825b4b0f6a0122ef7a
parent46260bed5c5e57c31f94be125e815447fc691853 (diff)
another one!
-rw-r--r--cgit.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/cgit.css b/cgit.css
index 9f22292..f2ed001 100644
--- a/cgit.css
+++ b/cgit.css
@@ -557,12 +557,13 @@ div#cgit table.diff {
div#cgit table.diff td {
font-family: monospace;
white-space: pre;
+ /*! background-color: #222; */
}
div#cgit table.diff td div.head {
font-weight: bold;
margin-top: 1em;
- color: black;
+ /*! color: darkmagenta; */
}
div#cgit table.diff td div.hunk {
@@ -638,27 +639,27 @@ div#cgit ul.pager .current {
div#cgit span.age-mins {
font-weight: bold;
- color: #080;
+ color: greenyellow;
}
div#cgit span.age-hours {
- color: #080;
+ color: greenyellow;
}
div#cgit span.age-days {
- color: #040;
+ color: greenyellow;
}
div#cgit span.age-weeks {
- /*! color: #444; */
+ color: greenyellow;
}
div#cgit span.age-months {
- color: #888;
+ color: aqua;
}
div#cgit span.age-years {
- color: #bbb;
+ color: red;
}
div#cgit span.insertions {
@@ -911,3 +912,4 @@ div#cgit table.ssdiff td.space div {
}
+