File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments