diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:54:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:54:19 +0200 |
commit | fa4ee8c57d4f291a1d477c6a67f210042ff12cc2 (patch) | |
tree | f6b02761655b8406dded889303be2cee617bfdb9 /css/gitjoe.css | |
parent | I'm CSS noob (diff) | |
download | gitjoe-www-fa4ee8c57d4f291a1d477c6a67f210042ff12cc2.tar.gz gitjoe-www-fa4ee8c57d4f291a1d477c6a67f210042ff12cc2.tar.bz2 gitjoe-www-fa4ee8c57d4f291a1d477c6a67f210042ff12cc2.tar.xz gitjoe-www-fa4ee8c57d4f291a1d477c6a67f210042ff12cc2.tar.zst gitjoe-www-fa4ee8c57d4f291a1d477c6a67f210042ff12cc2.zip |
should be nice
Diffstat (limited to 'css/gitjoe.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 3bd8b4c..0eb78d6 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -97,6 +97,18 @@ a:active { color: #b8bb26; } +a.h { + color: #d3869b; +} + +a.d { + color: #fb4934; +} + +a.i { + color: #b8bb26; +} + div#content tr:hover { background-color: #d1e2f4; } |