aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2017-02-08 15:13:29 +0000
committerMartin Wright <martin@mynameismartin.com>2017-02-08 15:13:29 +0000
commit63ebe7aa9f75d0c40680c834d7ec6e2ace15e641 (patch)
treeff0d710dec20d9d0b1d0db00157cc6751700bf0d
parenta9dfb2ea21181266984d01810ac5c458c500e381 (diff)
make user menu links visible
-rw-r--r--assets/stylesheets/responsive/custom.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index aa6fd1e..c93d8a4 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -870,3 +870,14 @@ dt {
}
}
+// User menu
+.pro-pill {
+ background-color: desaturate(darken($color_secondary, 10%), 5%);
+}
+
+#logged_in_bar {
+ .logged-in-menu a,
+ .logged-in-menu__signout-link a {
+ color: $link-color;
+ }
+}