We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7578cc4 commit 88952b5Copy full SHA for 88952b5
src/components/header/Header.scss
@@ -17,8 +17,15 @@
17
}
18
19
.dark-menu li a:hover {
20
- background-color: $buttonColor !important;
+ background-color: $buttonColor
21
+ !important;
22
23
+/* Force white color on logo in dark mode */
24
+.dark-menu .logo,
25
+.dark-menu .logo-name {
26
+ color: #ffffff !important;
27
+}
28
+
29
30
.header {
31
background-color: $lightBackground1;
@@ -48,7 +55,7 @@
48
55
.header li a:hover,
49
56
.header .menu-btn:hover {
50
57
background-color: #801336;
51
- color: white;
58
+ color: white
52
59
53
60
54
61
.header .logo {
@@ -71,6 +78,7 @@
71
78
padding: 0 10px;
72
79
73
80
81
74
82
/* menu */
75
83
76
84
.header .menu {
0 commit comments