Skip to content

Commit a0b85bc

Browse files
Fix a dark mode error in accounts theme
1 parent d28128b commit a0b85bc

File tree

1 file changed

+5
-1
lines changed
  • image/themes/openproject/account/resources/css

1 file changed

+5
-1
lines changed

image/themes/openproject/account/resources/css/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
}
1919

2020
:root body .pf-v5-c-masthead .pf-v5-c-toolbar {
21-
--pf-v5-c-masthead--c-toolbar--BackgroundColor: #1A67A3;
21+
--pf-v5-c-toolbar--BackgroundColor: #1A67A3;
22+
}
23+
24+
:where(.pf-v5-theme-dark) .pf-v5-c-masthead .pf-v5-c-toolbar {
25+
--pf-v5-c-toolbar--BackgroundColor: #1A67A3;
2226
}
2327

2428
body {

0 commit comments

Comments
 (0)