diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:53:10 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:53:10 +0200 |
commit | f259b975ace3361e2d4a27d6c87d24acbfb30f4c (patch) | |
tree | 4bf77fb30f3a1c3517e444dc8385d0baa529aedd | |
parent | Not working (diff) | |
download | gitjoe-www-f259b975ace3361e2d4a27d6c87d24acbfb30f4c.tar.gz gitjoe-www-f259b975ace3361e2d4a27d6c87d24acbfb30f4c.tar.bz2 gitjoe-www-f259b975ace3361e2d4a27d6c87d24acbfb30f4c.tar.xz gitjoe-www-f259b975ace3361e2d4a27d6c87d24acbfb30f4c.tar.zst gitjoe-www-f259b975ace3361e2d4a27d6c87d24acbfb30f4c.zip |
I'm CSS noob
-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 51ad1c1..3bd8b4c 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -85,15 +85,15 @@ a:active { text-decoration: none; } -#h { +.h { color: #d3869b; } -#d { +.d { color: #fb4934; } -#i { +.i { color: #b8bb26; } |