aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremias Stotter <jeremias@stotter.eu>2022-08-01 21:48:12 +0200
committerJeremias Stotter <jeremias@stotter.eu>2022-08-01 21:48:12 +0200
commit53f113456990418662f9af18a5053415cc0d826b (patch)
treee7292e6b91a77db9560e4c8354315a79c41ba50b
parent212b58446b28429c747577b5882f1476c9765646 (diff)
downloadcgit-dark-53f113456990418662f9af18a5053415cc0d826b.tar.gz
cgit-dark-53f113456990418662f9af18a5053415cc0d826b.tar.bz2
cgit-dark-53f113456990418662f9af18a5053415cc0d826b.zip
Update a few things
-rw-r--r--cgit.css56
1 files changed, 10 insertions, 46 deletions
diff --git a/cgit.css b/cgit.css
index 6963c1f..c2f236e 100644
--- a/cgit.css
+++ b/cgit.css
@@ -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;
+}
Jeremias Stotters git repositories generated by CGIT