Skip to content

Commit 9f614f8

Browse files
committed
Theme Musson - agenda icon
1 parent 084bdef commit 9f614f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

musson/src/scss/hp.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ header#content-header {
229229

230230
#portal-header #portal-header-top #header-links a,
231231
#portal-header #portal-header-top #header-links span {
232-
color: #fff !important;
232+
color: #fff;
233233

234234
&:hover,
235235
&:focus,
@@ -239,7 +239,7 @@ header#content-header {
239239
}
240240

241241
#portal-header #portal-header-top #header-links a:hover:focus,
242-
#portal-header #portal-header-top #header-links span:hover:focus {
242+
#portal-header #portal-header-top #header-links a:hover:focus span {
243243
color: #000 !important;
244244
}
245245

@@ -259,6 +259,10 @@ header#content-header {
259259
background: $primary-light !important;
260260
border: 1px solid $primary;
261261
color: #000 !important;
262+
263+
svg {
264+
fill: #fff;
265+
}
262266
}
263267
}
264268

0 commit comments

Comments
 (0)