Skip to content

Commit 11ea327

Browse files
committed
Don't change the color of the close button in the alert
1 parent 2f3d1e8 commit 11ea327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a, button, span, div, select {
88
outline: none;
99
}
1010

11-
body, button, html, table {
11+
body, button:not(.close), html, table {
1212
color: #e9ebf0 !important;
1313
}
1414

0 commit comments

Comments
 (0)