From abef939bf9710446765b9f8e734253b9066c5060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0?= Date: Sun, 24 Apr 2022 18:35:18 +0200 Subject: [PATCH] Fix: Unreadable text on Add-on Developer Hub --- userContent.css | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/userContent.css b/userContent.css index c6af710..f28fbee 100644 --- a/userContent.css +++ b/userContent.css @@ -543,7 +543,7 @@ video { /* Basic */ .Page-content, .SecondaryHero, - body, + body:not(.developer-hub):not(.statistics), main[aria-label="Content"] { color: var(--in-content-page-color) !important; background: var(--in-content-page-background) !important; @@ -752,18 +752,34 @@ video { } /* /developers/ */ - .DevHub-Navigation { + .DevHub-Navigation, + .DevHub-submit-addon, + .DevHub-get-involved, + .DevHub-MyAddons > * { background: var(--in-content-page-background) !important; + color: var(--in-content-page-color) !important; + } + .DevHub-Footer { + background: var(--in-content-box-background) !important; + color: var(--in-content-page-color) !important; } .DevHub-Navigation.scheme-light ul li a, - .DevHub-content-copy h2, - .content p { + .DevHub-Footer-sections-header, + .DevHub-Footer-section h4, + .DevHub-Footer-section p, + .DevHub-content-copy h2 { color: var(--in-content-page-color) !important; } .DevHub-callout-box { background: var(--in-content-box-background) !important; color: var(--in-content-page-color) !important; } + .DevHub-Banner a, + .DevHub-Footer a, + .DevHub-MyAddons-list a, + .DevHub-MyAddons-item-buttons-all { + color: var(--in-content-link-color) !important; + } } /*= Support.org ============================================================*/