irish-monitor/src/assets/extend-theme/less/background.less

8 lines
323 B
Plaintext

@background-primary-background-gradient: none;
@background-secondary-background: @primary-dark-color;
@background-secondary-blur-background: @grey-color;
@background-muted-background: @table-color;
.uk-background-secondary {
.set-blur-background(@background-secondary-blur-background, 30%, brightness(0.7) blur(50px));
}