1
0
Fork 0

chore(org): Tweaks to info color

This commit is contained in:
joostdecock 2025-05-24 12:44:38 +02:00
parent 30e5d37c96
commit ba5a2c0b9b
2 changed files with 3 additions and 3 deletions

View file

@ -131,7 +131,7 @@ html[data-theme='dark'] {
--color-accent-content: oklch(0.145 0 0);
--color-neutral: oklch(0.708 0 0);
--color-neutral-content: oklch(0.145 0 0);
--color-info: oklch(0.945 0.129 101.54);
--color-info: oklch(.777 .152 181.912);
--color-info-content: oklch(0.145 0 0);
--color-success: oklch(0.792 0.209 151.711);
--color-success-content: oklch(0.145 0 0);

View file

@ -135,8 +135,8 @@
--color-accent-content: oklch(0.985 0 0);
--color-neutral: oklch(0.205 0 0);
--color-neutral-content: oklch(0.985 0 0);
--color-info: oklch(0.905 0.182 98.111);
--color-info-content: oklch(0.205 0 0);
--color-info: oklch(.704 .14 182.503);
--color-info-content: oklch(.984 .014 180.72);
--color-success: oklch(0.627 0.194 149.214);
--color-success-content: oklch(0.985 0 0);
--color-warning: oklch(0.646 0.222 41.116);