Add feedback to certain buttons
Previously button and hover colors were the same Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
403a755a8a
commit
b2cab7b18e
2 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@
|
|||
--color-markup-table-row: #ffffff06;
|
||||
--color-markup-code-block: var(--steel-800);
|
||||
--color-markup-code-inline: var(--steel-850);
|
||||
--color-button: var(--steel-600);
|
||||
--color-button: var(--steel-650);
|
||||
--color-code-bg: var(--steel-750);
|
||||
--color-shadow: #00000060;
|
||||
--color-secondary-bg: var(--steel-700);
|
||||
|
|
|
@ -247,7 +247,7 @@
|
|||
--color-markup-table-row: #ffffff06;
|
||||
--color-markup-code-block: var(--zinc-150);
|
||||
--color-markup-code-inline: var(--zinc-200);
|
||||
--color-button: var(--zinc-150);
|
||||
--color-button: var(--zinc-100);
|
||||
--color-code-bg: var(--zinc-50);
|
||||
--color-shadow: #00000060;
|
||||
--color-secondary-bg: var(--zinc-100);
|
||||
|
|
Loading…
Add table
Reference in a new issue