diff options
author | Josh Rahm <rahm@josher.dev> | 2021-11-21 17:26:42 -0700 |
---|---|---|
committer | Josh Rahm <rahm@josher.dev> | 2021-11-21 17:27:42 -0700 |
commit | 84435d2adf7154952cb1df8505836ea1c0f92185 (patch) | |
tree | feeb5cb1109b106828ba42ae1507b0dd0f51b9b2 /cgit.css | |
parent | 7efaf8f7a85928745935a86bc5776fc4a9a99603 (diff) | |
download | rcgit-84435d2adf7154952cb1df8505836ea1c0f92185.tar.gz rcgit-84435d2adf7154952cb1df8505836ea1c0f92185.tar.bz2 rcgit-84435d2adf7154952cb1df8505836ea1c0f92185.zip |
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,10 +38,11 @@ div#cgit table#header td.main { font-size: 250%; padding-left: 10px; white-space: nowrap; + color: #257; } div#cgit table#header td.main a { - color: #000; + color: #257; } div#cgit table#header td.form { |