From c44090807ff8a9d70000980bfae370e71ee6123a Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Sat, 9 Dec 2017 17:23:18 -0700 Subject: [PATCH] Changed overlay color when editing a top site #14 --- userContent-files/about_pages/newtab_and_home.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userContent-files/about_pages/newtab_and_home.css b/userContent-files/about_pages/newtab_and_home.css index 5450119..a754ac5 100644 --- a/userContent-files/about_pages/newtab_and_home.css +++ b/userContent-files/about_pages/newtab_and_home.css @@ -176,6 +176,11 @@ color: var(--primary-light-color) !important;2 } + /* overlay background */ + .modal-overlay { + background: var(--grey-60) !important; + } +