index : logbot | |
Archlinux32 log bot | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | conf/stylesheet.css | 18 |
diff --git a/conf/stylesheet.css b/conf/stylesheet.css new file mode 100644 index 0000000..8b5ace1 --- /dev/null +++ b/conf/stylesheet.css @@ -0,0 +1,18 @@ +body { + background-color: #F8F8FF; + font-family: arial, sans-serif; + font-size: 13px; +} + +.time { + color: #445588; +} + +.person { + color: #DD1144; + font-weight: bold; +} + +.kick { + color: #FF0000; +}
\ No newline at end of file |