[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:
Gusted 2024-03-29 12:55:37 +01:00
parent 22315117ac
commit 8880005939
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -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);