Merge branch 'inverse-colour-alert' into 'v3'

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

See merge request openflexure/openflexure-microscope-server!267
This commit is contained in:
Joe Knapper 2025-05-16 15:30:08 +00:00
commit 241b2ca463

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