Updated button theme

This commit is contained in:
Joel Collins 2020-07-06 10:34:17 +01:00
parent 66eed672a5
commit 6c2bded43e

View file

@ -302,6 +302,12 @@ a:hover {
border-color: @global-border;
}
.uk-button-primary {
background-color: rgba(180, 180, 180, 0.10);
border-color: @global-primary-background;
color: @button-text-color;
}
.uk-button-danger {
background-color: transparent;
color: #f0506e;