Commit c0f93241 authored by Denys Mishunov's avatar Denys Mishunov

Fixed the header color in fly-outs for Dark mode

Changelog: fixed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66138
parent d183f9ab
......@@ -1673,7 +1673,7 @@ body.gl-dark .nav-sidebar .fly-out-top-item a,
body.gl-dark .nav-sidebar .fly-out-top-item.active a,
body.gl-dark .nav-sidebar .fly-out-top-item .fly-out-top-item-container {
background-color: #2f2a6b;
color: #333;
color: var(--black, #333);
}
body.gl-dark .logo-text svg {
fill: var(--gl-text-color);
......
......@@ -185,7 +185,7 @@
&.active a,
.fly-out-top-item-container {
background-color: $purple-900;
color: $white;
color: var(--black, $white);
}
}
}
......
......@@ -1673,7 +1673,7 @@ body.gl-dark .nav-sidebar .fly-out-top-item a,
body.gl-dark .nav-sidebar .fly-out-top-item.active a,
body.gl-dark .nav-sidebar .fly-out-top-item .fly-out-top-item-container {
background-color: #2f2a6b;
color: #333;
color: var(--black, #333);
}
body.gl-dark .logo-text svg {
fill: var(--gl-text-color);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment