diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:42:39 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 21:42:39 +0200 |
commit | ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba (patch) | |
tree | c8e0bbabe8bf5c28c75526e5310848ff053724c1 /css | |
parent | now good (diff) | |
download | gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.gz gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.bz2 gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.xz gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.tar.zst gitjoe-cgit-ec7d3c4f3a2f281e1b7c590ae493785f01fa6bba.zip |
home update
Diffstat (limited to 'css')
-rw-r--r-- | css/cgit.css | 5 |
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 { |