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:
parent
2d9e1df7aa
commit
533b703c4d
@ -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…
x
Reference in New Issue
Block a user