Skip to content

Commit

Permalink
Fix: Dark Mode - support.mozilla blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Dec 2, 2023
1 parent 08079e8 commit 2180481
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/contents/dark_mode/_support_org.scss
Expand Up @@ -55,6 +55,7 @@
}

/* Text */
blockquote,
.mzp-c-menu-category .mzp-c-menu-title,
.mzp-c-menu-item .mzp-c-menu-item-link,
.mzp-c-menu-item .mzp-c-menu-item-link > *,
Expand Down Expand Up @@ -156,6 +157,9 @@
color: var(--in-content-page-color) !important;
}

blockquote {
border-color: var(--in-content-border-color) !important;
}
.sumo-button.secondary-button {
border-color: transparent !important;
}
Expand Down

0 comments on commit 2180481

Please sign in to comment.