Undo last change and fix in proper place
This commit is contained in:
parent
6f0f40ef84
commit
73842d279e
1 changed files with 3 additions and 3 deletions
|
@ -213,8 +213,7 @@
|
||||||
--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;
|
||||||
|
@ -307,7 +306,8 @@ i.grey.icon.icon.icon.icon {
|
||||||
|
|
||||||
.ui.basic.primary.button.item {
|
.ui.basic.primary.button.item {
|
||||||
background-color: var(--color-active) !important;
|
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;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue