filter colors

This commit is contained in:
Jan Prochazka
2021-03-06 15:14:07 +01:00
parent d3c4c18b62
commit b64b6be68a
3 changed files with 28 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
--theme-bg-orange: #442a11; /*orange-2 */
--theme-bg-green: #1d3712; /* green-2 */
--theme-bg-volcano: #441d12; /* volcano-2 */
--theme-bg-red: #431418; /* red-2 */
--theme-font-inv-1: #ffffff;
--theme-font-inv-2: #b3b3b3;

View File

@@ -24,6 +24,7 @@
--theme-bg-orange: #ffe7ba; /*orange-2 */
--theme-bg-green: #d9f7be; /* green-2 */
--theme-bg-volcano: #ffd8bf; /* volcano-2 */
--theme-bg-red: #ffccc7; /* red-2 */
--theme-font-inv-1: #ffffff;
--theme-font-inv-2: #b3b3b3;