Add feedback to certain buttons
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions

Previously button and hover colors were the same

Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
Minecon724 2025-03-21 08:09:48 +01:00
parent ca31373a3f
commit 15efc73031
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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);