mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 06:20:48 -08:00
Fix: accounts.com - incorrect color #183
This commit is contained in:
parent
770ef6a8a5
commit
95e7a96e77
1 changed files with 8 additions and 1 deletions
|
|
@ -610,6 +610,7 @@
|
|||
.cta-neutral:hover {
|
||||
color: var(--in-content-page-color) !important;
|
||||
}
|
||||
#main-content.panel a,
|
||||
.links a,
|
||||
.link-blue,
|
||||
.text-blue-500 {
|
||||
|
|
@ -618,6 +619,12 @@
|
|||
.link-blue:hover {
|
||||
color: var(--in-content-link-color-hover) !important;
|
||||
}
|
||||
|
||||
.signed-in-email-message,
|
||||
.verification-email-message,
|
||||
.verification-message,
|
||||
.verification-recovery-code-message,
|
||||
.verification-totp-message,
|
||||
.input-row input[type="email"],
|
||||
.input-row input[type="number"],
|
||||
.input-row input[type="password"],
|
||||
|
|
@ -637,13 +644,13 @@
|
|||
background-color: unset !important;
|
||||
}
|
||||
#main-content,
|
||||
.modal,
|
||||
.firefox-family-services,
|
||||
.input-row input[type="email"],
|
||||
.input-row input[type="number"],
|
||||
.input-row input[type="password"],
|
||||
.input-row input[type="tel"],
|
||||
.input-row input[type="text"],
|
||||
.password-row .show-password-label,
|
||||
header,
|
||||
.bg-white:not(nav) {
|
||||
background: var(--in-content-box-background) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue