diff options
author | Jeremias Stotter <jeremias@stotter.eu> | 2022-08-01 21:48:12 +0200 |
---|---|---|
committer | Jeremias Stotter <jeremias@stotter.eu> | 2022-08-01 21:48:12 +0200 |
commit | 53f113456990418662f9af18a5053415cc0d826b (patch) | |
tree | e7292e6b91a77db9560e4c8354315a79c41ba50b | |
parent | 212b58446b28429c747577b5882f1476c9765646 (diff) | |
download | cgit-dark-53f113456990418662f9af18a5053415cc0d826b.tar.gz cgit-dark-53f113456990418662f9af18a5053415cc0d826b.tar.bz2 cgit-dark-53f113456990418662f9af18a5053415cc0d826b.zip |
Update a few things
-rw-r--r-- | cgit.css | 56 |
1 files changed, 10 insertions, 46 deletions
@@ -2,54 +2,10 @@ /* GPLv2 applies: <https://www.gnu.org/licenses/gpl-2.0.html> */ -/* Highlight */ - -/*Includes*/ -.hl.ppc { - color: #5ed4fc; -} - -.hl.pps { - color: #d3869b -} - -/*Comments*/ -.hl.slc, .hl.com { - color: #8cbe7b -} - -/*type*/ -.hl.kwb { - color: #87ffaf -} - -/*String & Numbers*/ -.hl.sng, .hl.num { - color: #d08599 -} - -/*Format string*/ -.hl.esc, .hl.ipl { - color: #ffd7d7 -} - -/*If/loops/return*/ -.hl.kwa { - color: #fabd2f; -} - -/*brackets/equals/...*/ -.hl.opt { - color: #d7d7ff -} - - - -/* End of highlight */ - code { -moz-tab-size: 3; tab-size: 3; + color: #fff; } @@ -74,6 +30,8 @@ a.deco, a.branch-deco { body { background: #222; + padding-left: 1em; + padding-right: 1em; } div#cgit { @@ -190,7 +148,7 @@ div#cgit div.path { div#cgit div.content { margin: 0px; - padding: 2em; + padding-top: 2em; border-bottom: solid 3px #111; } @@ -971,3 +929,9 @@ div#cgit table.ssdiff td.space div { #header td a { margin-right: 5px; } + +header { + font-family: sans-serif; + font-weight: bold; + font-size: x-large; +} |