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:
parent
29796aa412
commit
ddcd45bb45
3 changed files with 14 additions and 4 deletions
1
docs/theme/css/general.css
vendored
1
docs/theme/css/general.css
vendored
|
@ -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;
|
||||
|
|
4
docs/theme/css/variables.css
vendored
4
docs/theme/css/variables.css
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue