From edd4b13af458e3207c19a6880e39c73eb1961212 Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Nov 2015 11:21:44 -0500 Subject: [PATCH] fix css a bit --- contrib/static/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 96d0dca..7c5bcd6 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -45,7 +45,7 @@ pre { overflow-wrap: break-word; } -.reply, th, .ukko_thread_header { +.reply, .ukko_thread_header { background: #202331; } @@ -105,6 +105,7 @@ a:visited { } th { + background: #4DA6BD; font-size: 10pt; padding-left: 10px; padding-right: 15px;