Update theme.less to prevent automatic changed colour of uk-alert-success

This commit is contained in:
jaknapper 2025-05-16 15:18:33 +01:00
parent 1b6cbd3098
commit 8c7b800983

View file

@ -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);
}
}
/*