[Experimental] Change button text color

This commit is contained in:
Sangelo 2024-01-09 18:04:51 +01:00
parent e0322b3033
commit 6f0f40ef84

View file

@ -213,7 +213,8 @@
--color-card: var(--steel-700); --color-card: var(--steel-700);
--color-markup-table-row: #ffffff06; --color-markup-table-row: #ffffff06;
--color-markup-code-block: var(--steel-800); --color-markup-code-block: var(--steel-800);
--color-button: var(--steel-600); /* --color-button: var(--steel-600); */
--color-button: var(--steel-100);
--color-code-bg: var(--steel-750); --color-code-bg: var(--steel-750);
--color-code-sidebar-bg: var(--steel-600); --color-code-sidebar-bg: var(--steel-600);
--color-shadow: #00000060; --color-shadow: #00000060;