tweak light theme a bit
This commit is contained in:
parent
2afdcb5283
commit
990f223a14
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
--secondary: #d1b189;
|
--secondary: #d1b189;
|
||||||
--accent: var(--accent-400);
|
--accent: var(--accent-400);
|
||||||
|
|
||||||
--content-gradient: linear-gradient(to bottom right, var(--background-700), var(--background-500));
|
--content-gradient: linear-gradient(to bottom right, var(--background-600), var(--background-500));
|
||||||
--accent-gradient: linear-gradient(to bottom right, var(--accent-900), var(--accent-500) 30%, var(--text) 60%);
|
--accent-gradient: linear-gradient(to bottom right, var(--accent-600), var(--accent-500) 30%, var(--text-50) 60%);
|
||||||
|
|
||||||
--text-50: #f6f3ee;
|
--text-50: #f6f3ee;
|
||||||
--text-100: #ede6de;
|
--text-100: #ede6de;
|
||||||
|
|
Loading…
Reference in a new issue