Skip to content

Commit 88952b5

Browse files
committed
change color of logo
1 parent 7578cc4 commit 88952b5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/header/Header.scss

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@
1717
}
1818

1919
.dark-menu li a:hover {
20-
background-color: $buttonColor !important;
20+
background-color: $buttonColor
21+
!important;
2122
}
23+
/* Force white color on logo in dark mode */
24+
.dark-menu .logo,
25+
.dark-menu .logo-name {
26+
color: #ffffff !important;
27+
}
28+
2229

2330
.header {
2431
background-color: $lightBackground1;
@@ -48,7 +55,7 @@
4855
.header li a:hover,
4956
.header .menu-btn:hover {
5057
background-color: #801336;
51-
color: white;
58+
color: white
5259
}
5360

5461
.header .logo {
@@ -71,6 +78,7 @@
7178
padding: 0 10px;
7279
}
7380

81+
7482
/* menu */
7583

7684
.header .menu {

0 commit comments

Comments
 (0)