Color the close button in alert black so it won't disappear in dark

mode
This commit is contained in:
Alex Ling 2020-03-13 01:38:16 +00:00
parent 318501bc9b
commit 77237a274a
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
.uk-alert-close {
color: black !important;
}
.uk-card-body {
padding: 20px;
}