diff options
-rw-r--r-- | cgit.css | 45 |
1 files changed, 18 insertions, 27 deletions
@@ -68,7 +68,7 @@ div#cgit table#header td.form select { div#cgit table#header td.sub { color: lightgray; - border-top: solid 1px #ccc; + border-top: solid 3px darkmagenta; padding-left: 10px; } @@ -317,7 +317,6 @@ div#cgit table.blob td.hashes, div#cgit table.blob td.lines { margin: 0; padding: 0 0 0 0.5em; vertical-align: top; - color: black; } div#cgit table.blob td.linenumbers { @@ -333,14 +332,15 @@ div#cgit table.blob pre { div#cgit table.blob td.linenumbers a, div#cgit table.ssdiff td.lineno a { - color: gray; + /*! color: gray; */ text-align: right; text-decoration: none; } div#cgit table.blob td.linenumbers a:hover, div#cgit table.ssdiff td.lineno a:hover { - color: black; + color: aqua; + text-decoration: underline; } div#cgit table.blame td.hashes, @@ -821,83 +821,73 @@ div#cgit table.ssdiff td { font-family: monospace; white-space: pre; padding: 1px 4px 1px 4px; - border-left: solid 1px #aaa; - border-right: solid 1px #aaa; + border-left: solid 3px darkmagenta; + border-right: solid 3px darkmagenta; } div#cgit table.ssdiff td.add { - color: black; - background: #cfc; + background: green; min-width: 50%; } div#cgit table.ssdiff td.add_dark { - color: black; - background: #aca; + background: green; min-width: 50%; } div#cgit table.ssdiff span.add { - background: #cfc; + background: green; font-weight: bold; } div#cgit table.ssdiff td.del { - color: black; background: #fcc; min-width: 50%; } div#cgit table.ssdiff td.del_dark { - color: black; background: #caa; min-width: 50%; } div#cgit table.ssdiff span.del { - background: #fcc; + background: red; font-weight: bold; } div#cgit table.ssdiff td.changed { - color: black; - background: #ffc; + background: #552; min-width: 50%; } div#cgit table.ssdiff td.changed_dark { - color: black; background: #cca; min-width: 50%; } div#cgit table.ssdiff td.lineno { - color: black; - background: #eee; + color: white; + /*! background: #eee; */ text-align: right; width: 3em; min-width: 3em; } div#cgit table.ssdiff td.hunk { - color: black; - background: #ccf; - border-top: solid 1px #aaa; - border-bottom: solid 1px #aaa; + background: darkmagenta; } div#cgit table.ssdiff td.head { - border-top: solid 1px #aaa; - border-bottom: solid 1px #aaa; + border-top: solid 4px darkmagenta; + /*! border-bottom: solid 1px #aaa; */ } div#cgit table.ssdiff td.head div.head { font-weight: bold; - color: black; } div#cgit table.ssdiff td.foot { - border-top: solid 1px #aaa; + border-top: solid 3px darkmagenta; border-left: none; border-right: none; border-bottom: none; @@ -913,3 +903,4 @@ div#cgit table.ssdiff td.space div { + |