aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/cgit.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/cgit.css b/css/cgit.css
index 01209d6..2fe54a5 100644
--- a/css/cgit.css
+++ b/css/cgit.css
@@ -53,14 +53,15 @@ div#cgit table#header td.logo {
}
div#cgit table#header td.main {
- color: #292929;
+ color: #5d0003;
+ font-weight: bolder;
font-size: 250%;
padding-left: 10px;
white-space: nowrap;
}
div#cgit table#header td.main a {
- color: #292929;
+ color: #5d0003;
}
div#cgit table#header td.form {