Skip to content

Commit

Permalink
PXC-4619 [DOCS] Fix the colour of the search results in dark mode (8.…
Browse files Browse the repository at this point in the history
…0) (#205)

Update design.css
  • Loading branch information
alina-derkach-oaza authored Feb 3, 2025
1 parent 23bee2a commit 1e2a68b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/css/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@

/* Defaults */
--md-default-bg-color: var(--white);
--md-default-fg-color: var(--stone900);
--md-default-fg-color--light: rgba(44,50,62,0.72);
--md-default-fg-color--lighter: rgba(44,50,62,0.40);
--md-default-fg-color--lightest: rgba(44,50,62,0.25);
Expand Down Expand Up @@ -119,6 +120,7 @@

/* Defaults */
--md-default-bg-color: var(--stone900);
--md-default-fg-color: var(--white);
--md-default-fg-color--light: rgba(251,251,251,0.72);
--md-default-fg-color--lighter: rgba(251,251,251,0.4);
--md-default-fg-color--lightest: rgba(209,213,222,0.25);
Expand Down Expand Up @@ -162,7 +164,7 @@
.md-typeset h1 {
margin: 0 0 0.75em;
}
.md-header {
.md-header :not(.md-search__suggest) {
font-family: var(--fHeading);
font-weight: bold;
}
Expand Down

0 comments on commit 1e2a68b

Please sign in to comment.