0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-21 23:03:13 -05:00

Theme: Add missing code markup variable

Add code markup variables missing in our theme.

Fixes infrastructure/blender-projects-platform#88
This commit is contained in:
Pablo Vazquez 2024-07-03 16:30:28 +02:00
parent da8d0e876c
commit ff0e16a2d1

View file

@ -157,6 +157,7 @@
--color-markup-table-row: hsla(0, 0%, 100%, 0);
--color-markup-code-block: hsla(0, 0%, 100%, 0.1);
--color-markup-code-inline: hsla(0, 0%, 100%, 0.1);
--color-code-bg: #1e2329;
--color-code-line-bg-hover: hsl(213, 16%, 16%);