From d4a99c55172eedec4a5b61fc4956537e878280e8 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Fri, 9 Jan 2015 15:05:34 +0100 Subject: [PATCH] matched css to new website --- docs/css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index ad231306..d9382b0d 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -31,8 +31,8 @@ h1 { h2 { padding-top: 20px; padding-bottom: 10px; - border-bottom: 1px solid #a0c0f0; - color: #2B7CE9; + border-bottom: 1px solid #e0e0e0; + color: #064880; } h3 { @@ -44,12 +44,13 @@ a > img { } a { - color: #2B7CE9; + color: #064880; text-decoration: none; } a:visited { - color: #2E60A4; + color: #064880; + text-decoration: none; } a:hover { @@ -78,5 +79,5 @@ td { p.important_note { color: #3a6baa; - font-weight:bold; + font-weight:bold; } \ No newline at end of file