diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-17 12:54:35 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-17 12:56:36 +0100 |
commit | 3540687bbb70165e11104dc13a2d7a27fd443d6e (patch) | |
tree | a8fd5dea39bd3c1098a234f06649ba2a58069eb9 | |
parent | 04d0027acb637846d51c438bee01c108168c5bc2 (diff) |
Red nav links, red search button.
-rw-r--r-- | public/stylesheets/custom.css | 6 |
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 { |