docs: Add tweaks to the outline panel page (#18697)

Thought we could be extra clear here with the meaning of "singleton
buffers".

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-10-03 17:27:42 +02:00 committed by GitHub
parent 29796aa412
commit ddcd45bb45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 4 deletions

View file

@ -182,6 +182,7 @@ h6:target::before {
.content img,
.content video {
max-width: 100%;
background-color: var(--media-bg);
border: 1px solid;
border-color: var(--border);
border-radius: 8px;

View file

@ -26,6 +26,8 @@
--border-light: hsl(220, 13%, 90%);
--border-hover: hsl(220, 13%, 70%);
--media-bg: hsl(50, 25%, 92%);
--sidebar-fg: hsl(0, 0%, 0%);
--sidebar-non-existant: #aaaaaa;
--sidebar-active: hsl(220, 93%, 42%);
@ -98,6 +100,8 @@
--border-light: hsl(220, 13%, 90%);
--border-hover: hsl(220, 13%, 40%);
--media-bg: hsl(220, 13%, 8%);
--sidebar-bg: hsl(220, 13%, 10%);
--sidebar-fg: hsl(220, 14%, 71%);
--sidebar-non-existant: #505254;