divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 2803c7e1de0b269eb75e18b4343d5da22ff4bef4
parent 6427c16f56563318c0bbc6cf5fca1fb235f968b3
Author: sin <sin@2f30.org>
Date:   Sat,  9 Mar 2019 18:50:33 +0000

git css update

thanks Evil_Bob!

Diffstat:
Mstagit/style.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stagit/style.css b/stagit/style.css @@ -47,6 +47,6 @@ thead { font-weight: bold; } a.d, a.i, a.h { text-decoration: none; } -a.d { color: #f20; } -a.i { color: #0a4; } +.D, span.d, a.d { color: #f20; } +.A, span.i, a.i { color: #0a4; } a.h { color: #a4c; }