From 07a5f975d1d8499bffa0e8eb5222acfc0f34a6c3 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Wed, 13 Nov 2013 22:21:47 +0100 Subject: [PATCH] Change the color of the default navbar --- local.css | 13 +++++++++++++ templates/page.tmpl | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/local.css b/local.css index 7a0306a..b1f516c 100644 --- a/local.css +++ b/local.css @@ -7,3 +7,16 @@ footer { padding-top: 40px; padding-bottom: 30px; } +.npoacct-navbar a:focus, +.npoacct-navbar a:active, +.npoacct-navbar a:hover, +.npoacct-navbar a, +.npoacct-navbar { + color: white; +} +.npoacct-navbar .createlink a:focus, +.npoacct-navbar .createlink a:active, +.npoacct-navbar .createlink a:hover, +.npoacct-navbar .createlink a { + color: #ce1f1f; +} diff --git a/templates/page.tmpl b/templates/page.tmpl index aa2b182..58b67a6 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -38,7 +38,7 @@ -