summaryrefslogtreecommitdiff
path: root/skins/foreground/assets/stylesheets/foreground.css
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-03-14 23:05:22 -0500
committerwushin <pasekei@gmail.com>2016-03-14 23:05:22 -0500
commit9618cb2321ac32b53cf28752ab69db88289636a3 (patch)
tree8f7cdad62430c98df7aae3c622553abb5260a843 /skins/foreground/assets/stylesheets/foreground.css
parentf5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd (diff)
downloadwebsite-9618cb2321ac32b53cf28752ab69db88289636a3.tar.gz
website-9618cb2321ac32b53cf28752ab69db88289636a3.tar.bz2
website-9618cb2321ac32b53cf28752ab69db88289636a3.tar.xz
website-9618cb2321ac32b53cf28752ab69db88289636a3.zip
Add some better menu highlights for mobile menu
Diffstat (limited to 'skins/foreground/assets/stylesheets/foreground.css')
-rw-r--r--skins/foreground/assets/stylesheets/foreground.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/foreground/assets/stylesheets/foreground.css b/skins/foreground/assets/stylesheets/foreground.css
index d0cf4f2..813f20a 100644
--- a/skins/foreground/assets/stylesheets/foreground.css
+++ b/skins/foreground/assets/stylesheets/foreground.css
@@ -8,7 +8,7 @@ p {
a.label:hover,
a.label:focus {
- color: white;
+ color: #2795b6;
}
a.label.new { background-color: #d0d0d0; }
@@ -818,4 +818,4 @@ body.mw-special-Userlogin h2.title {
/*Fix ULS CSS */
#pt-uls a.uls-trigger {
padding-left:15px !important;
-} \ No newline at end of file
+}