Merge pull request #366 from filips123/fix-developer-hub

Fix: Unreadable text on Add-on Developer Hub
This commit is contained in:
MS_Y 2022-04-25 01:46:38 +09:00 committed by GitHub
commit 567cdfe2e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ============================================================*/