Commit 5acf8ea2 authored by orozot's avatar orozot Committed by David O'Regan

Fix: web ide text color in dark theme

Update the Web IDE CSS to fix
the text in dark themes by
setting the correct color

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/76046
parent 6b591ca2
......@@ -904,6 +904,7 @@ $ide-commit-header-height: 48px;
.sidebar-context-title {
white-space: nowrap;
display: block;
color: var(--ide-text-color, $gl-text-color);
&.text-secondary {
font-weight: normal;
......@@ -964,6 +965,10 @@ $ide-commit-header-height: 48px;
margin: 0;
}
}
.gl-tab-content {
color: var(--ide-text-color, $gl-text-color);
}
}
.ide-pipeline-header {
......
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