From 6bb3e86f331a8e51a5233074836b75f585021cf8 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 13 Oct 2013 10:56:01 +0000 Subject: [PATCH] Minor improvements to html export css so links aren't as ugly --- PBot/VERSION.pm | 2 +- misc/css/blue.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index ce684bf7..1b1e0eb8 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 450, + BUILD_REVISION => 451, BUILD_DATE => "2013-10-13", }; diff --git a/misc/css/blue.css b/misc/css/blue.css index f8e53987..58382edf 100644 --- a/misc/css/blue.css +++ b/misc/css/blue.css @@ -1,4 +1,9 @@ body, h1, h2 { font-family:Arial, Helvetica, sans-serif; } +h3 { font-family:Arial, Helvetica, sans-serif; color:#55717d; } + +a:link { text-decoration:none; color:#55717d; } +a:visited { text-decoration:none; color:#55717d; } +a:hover { text-decoration:none; color:#18a3de; font-weight:bold; } /* tables */ table.tablesorter {