diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:52:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:52:01 +0200 |
commit | 1ece8d0da11f9438e2139685794912ea6f30d4bb (patch) | |
tree | d6a3a9bb1a0781e9043682b5b96617d4ffc4afb3 /css | |
parent | Added diff colors (diff) | |
download | gitjoe-www-1ece8d0da11f9438e2139685794912ea6f30d4bb.tar.gz gitjoe-www-1ece8d0da11f9438e2139685794912ea6f30d4bb.tar.bz2 gitjoe-www-1ece8d0da11f9438e2139685794912ea6f30d4bb.tar.xz gitjoe-www-1ece8d0da11f9438e2139685794912ea6f30d4bb.tar.zst gitjoe-www-1ece8d0da11f9438e2139685794912ea6f30d4bb.zip |
Not working
Diffstat (limited to 'css')
-rw-r--r-- | css/gitjoe.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 4f93039..51ad1c1 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -85,15 +85,15 @@ a:active { text-decoration: none; } -a#h { +#h { color: #d3869b; } -a#d { +#d { color: #fb4934; } -a#i { +#i { color: #b8bb26; } |