Undo last change and fix in proper place

This commit is contained in:
Sangelo 2024-01-09 18:11:21 +01:00
parent 6f0f40ef84
commit 73842d279e

View file

@ -213,8 +213,7 @@
--color-card: var(--steel-700);
--color-markup-table-row: #ffffff06;
--color-markup-code-block: var(--steel-800);
/* --color-button: var(--steel-600); */
--color-button: var(--steel-100);
--color-button: var(--steel-600);
--color-code-bg: var(--steel-750);
--color-code-sidebar-bg: var(--steel-600);
--color-shadow: #00000060;
@ -307,7 +306,8 @@ i.grey.icon.icon.icon.icon {
.ui.basic.primary.button.item {
background-color: var(--color-active) !important;
color: var(--color-text) !important;
/* color: var(--color-text) !important; */
color: var(--color-text-dark) !important;
box-shadow: none !important;
}