4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Update color

This commit is contained in:
AlphaX-Projects 2022-02-20 19:56:57 +01:00 committed by GitHub
parent 2d9e1df7aa
commit 533b703c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,12 @@ class SecurityView extends connect(store)(LitElement) {
static get styles() {
return css`
* {
--lumo-primary-text-color: rgb(0, 167, 245);
--lumo-primary-color-50pct: rgba(0, 167, 245, 0.5);
--lumo-primary-color-10pct: rgba(0, 167, 245, 0.1);
--lumo-primary-color: hsl(199, 100%, 48%);
}
.center-box {
position: relative;
top: 45%;