Skip to content

Commit 3ce54c5

Browse files
committed
dark toast only for base, not for success / failure
1 parent b2b7bf8 commit 3ce54c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-ui-elements/dark-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ body.dark-theme #importProfile {
135135
}
136136

137137
/* Dark theme toast styling */
138-
body.dark-theme .toast {
138+
body.dark-theme .toast:not(.success):not(.error):not(.info) {
139139
background: rgba(50, 50, 50, 0.9);
140140
color: #eee;
141141
}

0 commit comments

Comments
 (0)