diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:50:45 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:50:45 +0200 |
commit | 6f75fbbc6844cbb5d2ed6bad26b6490644ee3024 (patch) | |
tree | 2dddd4766199de0e7d1792e27b857960e53b2ffc /css | |
parent | Test (diff) | |
download | gitjoe-www-6f75fbbc6844cbb5d2ed6bad26b6490644ee3024.tar.gz gitjoe-www-6f75fbbc6844cbb5d2ed6bad26b6490644ee3024.tar.bz2 gitjoe-www-6f75fbbc6844cbb5d2ed6bad26b6490644ee3024.tar.xz gitjoe-www-6f75fbbc6844cbb5d2ed6bad26b6490644ee3024.tar.zst gitjoe-www-6f75fbbc6844cbb5d2ed6bad26b6490644ee3024.zip |
Added diff colors
Diffstat (limited to 'css')
-rw-r--r-- | css/gitjoe.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 43eb4e8..4f93039 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -85,6 +85,18 @@ a:active { text-decoration: none; } +a#h { + color: #d3869b; +} + +a#d { + color: #fb4934; +} + +a#i { + color: #b8bb26; +} + div#content tr:hover { background-color: #d1e2f4; } |