Skip to content

Commit 67db254

Browse files
authored
Don't change the color of the close button in the alert
1 parent 2f3d1e8 commit 67db254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/dark.css

+2-2
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

@@ -240,4 +240,4 @@ div[style="color: rgb(85, 85, 85); font-size: 0.9em;"] {
240240

241241
[aria-sort="descending"] {
242242
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none' fill='white'%3E%3Cpath opacity='.4' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.8' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E") !important;
243-
}
243+
}

0 commit comments

Comments
 (0)