commit 50f3a8505a9a315ca96c893808fc23cf97c50315
parent 5f687506092aa8b17aa6eef314498d0048c53b49
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 31 Mar 2018 19:49:55 +0200
Make sure we force the color override
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/login/login.component.scss b/src/app/login/login.component.scss
@@ -69,7 +69,7 @@ body {
}
#google-connect:hover span {
- color: #FFF;
+ color: #FFF !important;
transition: all .3s ease-out;
}
@@ -96,7 +96,7 @@ body {
}
#twitter-connect:hover span {
- color: #FFF;
+ color: #FFF !important;
transition: all .3s ease-out;
}