Skip to content

Commit

Permalink
Disable dark-mode on bootcamp (#7276)
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron authored Jan 9, 2025
1 parent d91ff50 commit dcfbf24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/css/ui-kit/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,10 @@ html {
background: #222;
filter: invert(100%) hue-rotate(180deg);
}

body.namespace-bootcamp {
@inline .theme-light;
}
}
.theme-accessibility-dark {
@inline .theme-light;
Expand Down

0 comments on commit dcfbf24

Please sign in to comment.