From 9db627d07f5e91879470e9824fe357b25701ea8b Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 8 Mar 2016 08:31:12 -0500 Subject: [PATCH] update themes to be more consistant --- contrib/static/bloodgod.css | 4 ++++ contrib/static/site.css | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/contrib/static/bloodgod.css b/contrib/static/bloodgod.css index e9ae1da..83ce16f 100644 --- a/contrib/static/bloodgod.css +++ b/contrib/static/bloodgod.css @@ -69,3 +69,7 @@ table thead th { background: #430000; border-color: #270000; } + +.navbar-sep { + color: #270000; +} \ No newline at end of file diff --git a/contrib/static/site.css b/contrib/static/site.css index 29cd3e0..d55ec06 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -195,7 +195,7 @@ a:hover , a:visited:hover { color: #ff0000; } -a, a:visited { +a, a:visited, .navbar-link > label { color: #34345C; } @@ -230,6 +230,10 @@ a, a:visited { color: darkgray; } +.navbarlink > label { + text-decoration: underline; +} + #postform_container { margin-top: 1em; }