Skip to content

Commit

Permalink
PS-9660 [DOCS] Fix the colour of the search results in dark mode (#456)
Browse files Browse the repository at this point in the history
modified:   docs/css/design.css
	deleted:    docs/css/percona.css
  • Loading branch information
alina-derkach-oaza authored Jan 29, 2025
1 parent 1f397e2 commit 92c3470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 150 deletions.
6 changes: 4 additions & 2 deletions 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 Expand Up @@ -730,4 +732,4 @@ i[warning] [class*="moji"] {
padding: 1em;
}
}
/**/
/**/
148 changes: 0 additions & 148 deletions docs/css/percona.css

This file was deleted.

0 comments on commit 92c3470

Please sign in to comment.