Browse Source

Update color

pull/1/head
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
533b703c4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      qortal-ui-core/src/components/settings-view/security-view.js

6
qortal-ui-core/src/components/settings-view/security-view.js

@ -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%;

Loading…
Cancel
Save