diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:59:48 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-09 16:59:48 +0200 |
commit | 493d1955dd045783d4e53937993c535c82c294b1 (patch) | |
tree | 765920af1a78506091477e33b19867e13b3705dd | |
parent | Changed home page (diff) | |
download | gitjoe-www-493d1955dd045783d4e53937993c535c82c294b1.tar.gz gitjoe-www-493d1955dd045783d4e53937993c535c82c294b1.tar.bz2 gitjoe-www-493d1955dd045783d4e53937993c535c82c294b1.tar.xz gitjoe-www-493d1955dd045783d4e53937993c535c82c294b1.tar.zst gitjoe-www-493d1955dd045783d4e53937993c535c82c294b1.zip |
CSS update
-rw-r--r-- | css/gitjoe.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index d3933a1..ed81bc5 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -56,6 +56,11 @@ h1 { color: #292929; } +td.td_author { + font-weight: bold; + color: #24c; +} + a { margin: 0pt; border-collapse: collapse; |