aboutsummaryrefslogtreecommitdiffstats
path: root/gitolite-cgit/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'gitolite-cgit/cgit.css')
-rw-r--r--gitolite-cgit/cgit.css20
1 files changed, 10 insertions, 10 deletions
diff --git a/gitolite-cgit/cgit.css b/gitolite-cgit/cgit.css
index 58c5791..c8f3a0c 100644
--- a/gitolite-cgit/cgit.css
+++ b/gitolite-cgit/cgit.css
@@ -2,20 +2,20 @@
--background: #212529;
--bg-strong: #131618;
--p-color: #131618;
- --bd-color: #0062cc;
- --brand-color: #0062cc;
- --brand-lg-color: #3395ff;
+ --bd-color: #ff6100;
+ --brand-color: #ff8100;
+ --brand-lg-color: #ff9100;
--add-color: #00e676;
--cscroll: #0062cc;
--bscroll: transparent;
--text: #FFF;
--text-secondary: #333;
- --h1: #FFF;
- --h2: #FFF;
- --h3: #FFF;
- --h4: #FFF;
- --h5: #FFF;
- --h6: #FFF;
+ --h1: #ff8100;
+ --h2: #ff8100;
+ --h3: #ff8100;
+ --h4: #ff8100;
+ --h5: #ff8100;
+ --h6: #ff8100;
}
* {
@@ -40,7 +40,7 @@ margin: 0em;
}
body {
-font-family: sans-serif;
+font-family: monospace;
font-size: 10pt;
color: var(--text);
background: var(--background);