Skip to content

Commit 41b6729

Browse files
authored
added hover effect on blue buttons of all the pages #fixes42893 (#42929)
1 parent 0ee79d3 commit 41b6729

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

assets/scss/_base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ footer {
7676
text-decoration: none;
7777
font-size: 1rem;
7878
border: 0px;
79+
80+
}
81+
82+
.button:hover {
83+
background-color: darken($blue, 10%);
7984
}
8085

8186
#cellophane {

static/css/community.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ body.cid-community a.community-cta-button {
205205
text-align: center;
206206
}
207207

208+
body.cid-community a.community-cta-button:hover { background-color: #2357b0; }
209+
208210
body.cid-community a.community-cta-button > span.community-cta {
209211
color: inherit;
210212
background: transparent;

static/css/training.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ body.cid-training .button {
178178
text-align: center;
179179
}
180180

181+
body.cid-training .button:hover {
182+
background-color: #2357b0;
183+
}
184+
185+
186+
181187
body.cid-training h5 {
182188
font-size: 16px;
183189
font-weight: 500;

0 commit comments

Comments
 (0)