aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvosjedev <vosje+git@vosjedev.net>2025-10-05 17:02:58 +0200
committervosjedev <vosje+git@vosjedev.net>2025-10-05 17:02:58 +0200
commitd44820a3dbd8153af994505b523ace3e149f4a33 (patch)
tree08d7a99f1f7d0bde3e34c17d7ffa24bddbb23f77
parentb7476ce7c9fed7d3d98fc2f287fa60f38b59d734 (diff)
downloadgitolite-cgit-docker-d44820a3dbd8153af994505b523ace3e149f4a33.tar.gz
gitolite-cgit-docker-d44820a3dbd8153af994505b523ace3e149f4a33.tar.bz2
gitolite-cgit-docker-d44820a3dbd8153af994505b523ace3e149f4a33.tar.xz
Style.
-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);