forked from blisstown/campfire
update bg-900 light theme
This commit is contained in:
parent
f4709a232d
commit
30f3aadeaa
1 changed files with 2 additions and 8 deletions
|
@ -1,17 +1,11 @@
|
|||
@import url("../font/inter/inter.css");
|
||||
|
||||
:root {
|
||||
--bg-1000: #fffbf2;
|
||||
--bg-900: #fff7e2;
|
||||
--bg-800: #eee7d3;
|
||||
--bg-700: #c8c0ac;
|
||||
--bg-600: #edf5ba;
|
||||
--accent: #899911;
|
||||
--text: #11100d;
|
||||
|
||||
--bg-1000: #fffcf7;
|
||||
--bg-900: #faf4e4;
|
||||
--bg-800: #f2e8d7;
|
||||
--bg-700: #d9ccad;
|
||||
--bg-600: #edf5ba;
|
||||
--accent: #92a40a;
|
||||
--text: #322e1f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue