Changed overlay color when editing a top site #14

This commit is contained in:
overdodactyl 2017-12-09 17:23:18 -07:00
parent 2b1626218a
commit c44090807f
1 changed files with 5 additions and 0 deletions

View File

@ -176,6 +176,11 @@
color: var(--primary-light-color) !important;2
}
/* overlay background */
.modal-overlay {
background: var(--grey-60) !important;
}