mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-25 17:41:16 -08:00
Fix: Addon.org - Dev Hub main page darkmode #365
This commit is contained in:
parent
f891bbe2d5
commit
c069ce7e89
3 changed files with 42 additions and 6 deletions
|
|
@ -59,6 +59,7 @@
|
|||
.AddonTitle a,
|
||||
.TooltipMenu-opener,
|
||||
.LanguageTools .Card-contents a,
|
||||
.Button--primary,
|
||||
.blog-entry-read-more-link,
|
||||
.blogpost-nav-next.blogpost-nav-no-prev:hover p,
|
||||
.blogpost-content-wrapper p a,
|
||||
|
|
@ -98,24 +99,28 @@
|
|||
}
|
||||
|
||||
/* Background */
|
||||
.Button--action {
|
||||
.Button--action,
|
||||
.DevHub-Navigation ul li.DevHub-Navigation-Register .Button {
|
||||
color: var(--in-content-primary-button-text-color) !important;
|
||||
background: var(--in-content-primary-button-background) !important;
|
||||
}
|
||||
.Select,
|
||||
.Button--primary,
|
||||
.Button--neutral,
|
||||
.Button--neutral:link,
|
||||
.Notice-button,
|
||||
.AMInstallButton .AMInstallButton-loading-button {
|
||||
background-color: var(--in-content-button-background) !important;
|
||||
}
|
||||
.Button--primary:hover,
|
||||
.Button--neutral.Button--micro:not(.Button--disabled):hover,
|
||||
.Button--neutral:not(.Button--disabled):hover,
|
||||
.Notice-button:hover {
|
||||
background: var(--in-content-button-background-hover) !important;
|
||||
}
|
||||
.Button--action.Button--micro:not(.Button--disabled):hover,
|
||||
.Button--action:not(.Button--disabled):hover {
|
||||
.Button--action:not(.Button--disabled):hover,
|
||||
.DevHub-Navigation ul li.DevHub-Navigation-Register .Button:hover {
|
||||
background: var(--in-content-primary-button-background-hover) !important;
|
||||
}
|
||||
.ShowMoreCard-contents::after {
|
||||
|
|
@ -213,6 +218,12 @@
|
|||
}
|
||||
|
||||
/* /developers/ */
|
||||
.DevHub-Navigation-Logo > .Logo {
|
||||
-moz-context-properties: fill !important;
|
||||
fill: var(--in-content-primary-button-background) !important;
|
||||
background-image: url("../icons/addons-logo.svg") !important;
|
||||
}
|
||||
|
||||
.DevHub-Navigation,
|
||||
.DevHub-submit-addon,
|
||||
.DevHub-get-involved,
|
||||
|
|
@ -233,10 +244,16 @@
|
|||
.DevHub-content-copy h2 {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
.DevHub-content-copy p,
|
||||
.DevHub-callout-box p {
|
||||
color: var(--in-content-deemphasized-text) !important;
|
||||
}
|
||||
.DevHub-Banner a,
|
||||
.DevHub-Footer a,
|
||||
.DevHub-MyAddons-list a,
|
||||
.DevHub-MyAddons-item-buttons-all {
|
||||
.DevHub-MyAddons-item-buttons-all,
|
||||
.DevHub-content-copy a,
|
||||
.DevHub-callout-box a {
|
||||
color: var(--in-content-link-color) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue