File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ footer {
76
76
text-decoration : none ;
77
77
font-size : 1rem ;
78
78
border : 0px ;
79
+
80
+ }
81
+
82
+ .button :hover {
83
+ background-color : darken ($blue , 10% );
79
84
}
80
85
81
86
#cellophane {
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ body.cid-community a.community-cta-button {
205
205
text-align : center;
206
206
}
207
207
208
+ body .cid-community a .community-cta-button : hover { background-color : # 2357b0 ; }
209
+
208
210
body .cid-community a .community-cta-button > span .community-cta {
209
211
color : inherit;
210
212
background : transparent;
Original file line number Diff line number Diff line change @@ -178,6 +178,12 @@ body.cid-training .button {
178
178
text-align : center;
179
179
}
180
180
181
+ body .cid-training .button : hover {
182
+ background-color : # 2357b0 ;
183
+ }
184
+
185
+
186
+
181
187
body .cid-training h5 {
182
188
font-size : 16px ;
183
189
font-weight : 500 ;
You can’t perform that action at this time.
0 commit comments