Skip to content

Commit d28128b

Browse files
Fix rendering of login theme in dark mode
1 parent c2ed8c9 commit d28128b

File tree

1 file changed

+2
-2
lines changed
  • image/themes/openproject/login/resources/css

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
}
55

66
body {
7-
background-color: rgb(235, 243, 247);
7+
background-color: light-dark(#ebf3f7, #323232);
88
}
99

1010
.pf-v5-c-brand {
1111
font-size: 2rem;
1212
font-weight: bold;
13-
color: #1A67A3;
13+
color: light-dark(#1A67A3, #abdaff);
1414
}

0 commit comments

Comments
 (0)