Changed overlay color when editing a top site #14
This commit is contained in:
parent
2b1626218a
commit
c44090807f
|
@ -176,6 +176,11 @@
|
|||
color: var(--primary-light-color) !important;2
|
||||
}
|
||||
|
||||
/* overlay background */
|
||||
.modal-overlay {
|
||||
background: var(--grey-60) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue