docs: Add more design polish (#43802)

Fixing the theme toggle popover, search results design, and
sidebar/table of contents responsiveness.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-11-29 12:22:45 -03:00
committed by GitHub
parent 8abf1d35be
commit dd9cc90de9
5 changed files with 17 additions and 59 deletions
+3 -3
View File
@@ -68,6 +68,7 @@ h3,
h4,
h5,
h6 {
position: relative;
font-family: var(--title-font);
font-weight: 480;
color: var(--title-color);
@@ -152,10 +153,9 @@ h3:target::before,
h4:target::before,
h5:target::before,
h6:target::before {
display: inline-block;
content: "»";
margin-inline-start: -30px;
width: 30px;
position: absolute;
left: -1.5ch;
}
hr {