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; + } +