From 89f6bede6ece0caec061ea36d0a13b302dfc807c Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Sat, 18 Dec 2021 21:01:17 +0900 Subject: [PATCH] Clean: usercontents --- userContent.css | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/userContent.css b/userContent.css index 4d4db8a..8ddbb3d 100644 --- a/userContent.css +++ b/userContent.css @@ -639,9 +639,7 @@ .DevHub-Navigation { background: var(--in-content-page-background) !important; } - .DevHub-Navigation.scheme-light ul li a { - color: var(--in-content-page-color) !important; - } + .DevHub-Navigation.scheme-light ul li a, .DevHub-content-copy h2, .content p { color: var(--in-content-page-color) !important; @@ -756,8 +754,8 @@ color: var(--in-content-page-color) !important; background: var(--in-content-box-background) !important; } - .mzp-c-menu-list-item :focus, - .mzp-c-menu-list-item :hover { + .mzp-c-menu-list-item:focus, + .mzp-c-menu-list-item:hover { background: var(--in-content-button-background-hover) !important; } @@ -777,7 +775,8 @@ .search-button { filter: invert(95%) !important; } - button.markup-toolbar-button { + button.markup-toolbar-button, + .mzp-c-modal-close .mzp-c-modal-button-close { /*using 0.5 because in middle*/ filter: invert(0.5) !important; } @@ -811,9 +810,6 @@ box-shadow: 0 5px 10px -3px rgba(249, 249, 250, 0.12), 0 3px 16px 2px rgba(91, 91, 102, 0.12), 0 8px 12px 1px rgba(82, 82, 94, 0.04) !important; } - .mzp-c-modal-close .mzp-c-modal-button-close { - filter: invert(0.5); - } } /*= Accounts.com ===========================================================*/ @@ -871,6 +867,9 @@ } /* Background */ + .flex .flex-wrap { + background: var(--in-content-page-background); + } .password-row .show-password-label { background-color: unset !important; } @@ -915,9 +914,6 @@ .tooltip::before { background: var(--in-content-danger-button-background) !important; } - .flex .flex-wrap { - background: var(--in-content-page-background); - } /* Fill */ .dismiss,