tweak light theme a bit

This commit is contained in:
nelle 2024-08-05 00:57:08 -06:00
parent 2afdcb5283
commit 990f223a14

View file

@ -6,8 +6,8 @@
--secondary: #d1b189;
--accent: var(--accent-400);
--content-gradient: linear-gradient(to bottom right, var(--background-700), var(--background-500));
--accent-gradient: linear-gradient(to bottom right, var(--accent-900), var(--accent-500) 30%, var(--text) 60%);
--content-gradient: linear-gradient(to bottom right, var(--background-600), var(--background-500));
--accent-gradient: linear-gradient(to bottom right, var(--accent-600), var(--accent-500) 30%, var(--text-50) 60%);
--text-50: #f6f3ee;
--text-100: #ede6de;