aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-17 12:54:35 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-17 12:56:36 +0100
commit3540687bbb70165e11104dc13a2d7a27fd443d6e (patch)
treea8fd5dea39bd3c1098a234f06649ba2a58069eb9
parent04d0027acb637846d51c438bee01c108168c5bc2 (diff)
Red nav links, red search button.
-rw-r--r--public/stylesheets/custom.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css
index 6b8b065..19390ee 100644
--- a/public/stylesheets/custom.css
+++ b/public/stylesheets/custom.css
@@ -31,7 +31,11 @@ color:#fff;
}
#topnav ul li a {
-color:#6B3C6A !important;
+color:#FE0000 !important;
+}
+
+#navigation_search input#navigation_search_button {
+ background-image: url(/alavetelitheme/images/search-button.png);
}
#logged_in_bar {