aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 46299b966..a12069ba4 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -55,6 +55,15 @@
55 background: #FFF; 55 background: #FFF;
56 color: $theme-brand-primary; 56 color: $theme-brand-primary;
57 } 57 }
58
59 &__inverted {
60 background: #FFF;
61 color: $theme-brand-primary;
62 }
63 &__inverted:hover {
64 background: none;
65 color: #FFF;
66 }
58 } 67 }
59 68
60 &__featured-services { 69 &__featured-services {