From 6d49118f5843f92e0da8e4ac6392d008c0bce026 Mon Sep 17 00:00:00 2001 From: "Samuel C. Tyler" Date: Tue, 4 Jul 2023 17:08:54 -0400 Subject: [PATCH] add tertiary colors to default theme --- src/styles/themes/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/themes/default.css b/src/styles/themes/default.css index 60c246a1..96178ab0 100644 --- a/src/styles/themes/default.css +++ b/src/styles/themes/default.css @@ -43,8 +43,8 @@ --color-primaryBorder: theme('colors.stone.300'); --color-onSecondaryBg: theme('colors.stone.300'); --color-secondaryBg: theme('colors.zinc.800'); - /* --color-tertiaryBg: theme('colors.purple.900'); - --color-onTertiaryBg: theme('colors.stone.300'); */ + --color-tertiaryBg: theme('colors.purple.900'); + --color-onTertiaryBg: theme('colors.stone.300'); } html {