[THEME] Increase contrast of code block
- Make the background color of code blocks a bit darker, so they are more distinctive when used in containers that use `--color-box-body` as background color (for example, comments). - Ref: https://codeberg.org/Codeberg/Community/issues/1523
This commit is contained in:
parent
22315117ac
commit
8880005939
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@
|
|||
--color-menu: var(--steel-700);
|
||||
--color-card: var(--steel-700);
|
||||
--color-markup-table-row: #ffffff06;
|
||||
--color-markup-code-block: var(--steel-800);
|
||||
--color-markup-code-block: var(--steel-850);
|
||||
--color-button: var(--steel-600);
|
||||
--color-code-bg: var(--steel-750);
|
||||
--color-code-sidebar-bg: var(--steel-600);
|
||||
|
|
Loading…
Reference in a new issue