Update theme.less to prevent automatic changed colour of uk-alert-success
This commit is contained in:
parent
1b6cbd3098
commit
8c7b800983
1 changed files with 5 additions and 0 deletions
|
|
@ -343,6 +343,11 @@ a:hover {
|
|||
a:hover {
|
||||
color: @inverse-primary-muted-color;
|
||||
}
|
||||
|
||||
.uk-alert-success{
|
||||
color: rgba(28, 131, 45);
|
||||
background-color: rgba(130, 221, 145, 0.671);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue