Skip to content

Commit 1895fc1

Browse files
committed
fix undefined primary color
1 parent 9267b61 commit 1895fc1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/working-notes/todo3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,5 +537,6 @@ paralelizuj docker arm x86 build, reuse cache, test
537537
accessibility
538538
image sizes
539539
astro gallery, blur onload, infinite scroll
540+
define real color themes
540541
------------
541542
```

src/styles/theme/variables.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--var-color-blue-700: theme('colors.blue.700');
2121
--var-color-blue-100: theme('colors.blue.100');
2222
--var-color-blue-200: theme('colors.blue.200');
23+
--var-color-blue-300: theme('colors.blue.300');
2324
--var-color-purple-700: theme('colors.purple.700');
2425
--var-color-purple-500: theme('colors.purple.500');
2526
--var-color-orange-400: theme('colors.orange.400');

0 commit comments

Comments
 (0)