mirror of https://github.com/getmango/Mango.git
Color the close button in alert black so it won't disappear in dark
mode
This commit is contained in:
parent
318501bc9b
commit
77237a274a
|
@ -1,3 +1,6 @@
|
|||
.uk-alert-close {
|
||||
color: black !important;
|
||||
}
|
||||
.uk-card-body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue