From 1895fc19b88d7f04b371ef7b610b8bb0221e8776 Mon Sep 17 00:00:00 2001 From: nemanjam Date: Sat, 7 Sep 2024 18:59:47 +0200 Subject: [PATCH] fix undefined primary color --- docs/working-notes/todo3.md | 1 + src/styles/theme/variables.css | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/working-notes/todo3.md b/docs/working-notes/todo3.md index 0b80210..f88ace2 100644 --- a/docs/working-notes/todo3.md +++ b/docs/working-notes/todo3.md @@ -537,5 +537,6 @@ paralelizuj docker arm x86 build, reuse cache, test accessibility image sizes astro gallery, blur onload, infinite scroll +define real color themes ------------ ``` diff --git a/src/styles/theme/variables.css b/src/styles/theme/variables.css index c12a453..08644e3 100644 --- a/src/styles/theme/variables.css +++ b/src/styles/theme/variables.css @@ -20,6 +20,7 @@ --var-color-blue-700: theme('colors.blue.700'); --var-color-blue-100: theme('colors.blue.100'); --var-color-blue-200: theme('colors.blue.200'); + --var-color-blue-300: theme('colors.blue.300'); --var-color-purple-700: theme('colors.purple.700'); --var-color-purple-500: theme('colors.purple.500'); --var-color-orange-400: theme('colors.orange.400');