mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 06:20:48 -08:00
Merge pull request #366 from filips123/fix-developer-hub
Fix: Unreadable text on Add-on Developer Hub
This commit is contained in:
commit
567cdfe2e0
1 changed files with 20 additions and 4 deletions
|
|
@ -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 ============================================================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue