From fb2ab3c4d4455a544d47baa7fc45a131bccaf33e Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 22 Jan 2018 21:19:38 -0500 Subject: [PATCH] UX: White text for social login buttons, regardless of theme --- app/assets/stylesheets/common/components/buttons.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/buttons.scss b/app/assets/stylesheets/common/components/buttons.scss index 9e0c8017cd6..059f09d7405 100644 --- a/app/assets/stylesheets/common/components/buttons.scss +++ b/app/assets/stylesheets/common/components/buttons.scss @@ -118,9 +118,12 @@ // -------------------------------------------------- .btn-social { - color: $secondary; + color: #fff; text-shadow: 0 1px 0 rgba($primary, 0.2); box-shadow: inset 0 1px 0 rgba(0,0,0, 0.1); + &:hover { + color: #fff; + } &[href] { color: $secondary; }