summaryrefslogtreecommitdiff
path: root/conf/stylesheet.css
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2010-02-13 17:37:58 -0600
committerChris Oliver <excid3@gmail.com>2010-02-13 17:37:58 -0600
commit0ab04a77e7edb63bd87889a4361549ef554a96d6 (patch)
tree0f35f910f1bb903b695ce102f2e233c51919e9c9 /conf/stylesheet.css
parentdf6c918e403d09c51f0a8426260f2c5c2af5bc23 (diff)
downloadlogbot-0ab04a77e7edb63bd87889a4361549ef554a96d6.tar.xz
Fixed up the bot a ton, rewrote it from scratch
Diffstat (limited to 'conf/stylesheet.css')
-rw-r--r--conf/stylesheet.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/conf/stylesheet.css b/conf/stylesheet.css
index 6842b73..17318bd 100644
--- a/conf/stylesheet.css
+++ b/conf/stylesheet.css
@@ -4,12 +4,18 @@ body {
font-size: 13px;
}
-.time {
+h1 {
+ font-family: sans-serif;
+ font-size: 24px;
+ text-align: center;
+}
+
+a, .time {
color: #525552;
text-decoration: none;
}
-.time:hover { text-decoration: underline; }
+a:hover, .time:hover { text-decoration: underline; }
.person { color: #DD1144; }