custom colors for obsidian chart

up to 6
This commit is contained in:
Wiktoria Mielcarek 2022-03-12 12:43:56 +01:00
parent 7437986c02
commit 7204599d25
2 changed files with 11 additions and 1 deletions

View file

@ -52,6 +52,7 @@
*............100. Other People's Plugins
*................. Daily Planner
*................. Icon Shortcode
*................. Obsidian Charts
*/
@ -158,4 +159,5 @@
/*
*..........................100. Other People's Plugins */
@import '_blocks/_other-peoples-plugins/day-planner';
@import '_blocks/_other-peoples-plugins/icon-shortcode';
@import '_blocks/_other-peoples-plugins/icon-shortcode';
@import '_blocks/_other-peoples-plugins/charts';

View file

@ -0,0 +1,8 @@
:root {
--chart-color-1: var(--accent-1);
--chart-color-2: var(--accent-2);
--chart-color-3: var(--accent-3);
--chart-color-4: var(--accent-4);
--chart-color-5: var(--accent-5);
--chart-color-6: var(--accent-6);
}