Skip to content

Commit

Permalink
Don't change the color of the close button in the alert
Browse files Browse the repository at this point in the history
  • Loading branch information
BelKed committed Jun 14, 2024
1 parent 2f3d1e8 commit 11ea327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a, button, span, div, select {
outline: none;
}

body, button, html, table {
body, button:not(.close), html, table {
color: #e9ebf0 !important;
}

Expand Down

1 comment on commit 11ea327

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b18 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b18 (click to expand)

Please sign in to comment.