Skip to content

Commit d024983

Browse files
committed
set background and text color on dialogs
1 parent d0281fd commit d024983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/default/files/resources/color-mix.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@
258258
background-color: var(--background-color);
259259
color: var(--text-color);
260260

261+
& dialog {
262+
background-color: var(--background-color);
263+
color: var(--text-color);
264+
}
261265

262266
& a {
263267
--highlight-amount: 0%;

0 commit comments

Comments
 (0)