File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 "svelte" : " ^5.38.10" ,
6363 "tailwindcss" : " ^3.4.18" ,
6464 "typescript" : " ^5.9.3" ,
65- "unist-util-visit" : " ^5.0.0"
65+ "unist-util-visit" : " ^5.0.0" ,
66+ "css" : " ^3.0.0" ,
67+ "postcss" : " ^8.4.32"
6668 },
6769 "devDependencies" : {
6870 "@astrojs/ts-plugin" : " ^1.10.5" ,
Original file line number Diff line number Diff line change 1+ @tailwind components;
2+
3+ @layer components {
4+ .btn-regular-dark {
5+ @apply flex items-center justify-center
6+ bg-[oklch (0.45 _0.01 _var (--hue ))] hover:bg-[oklch (0.50 _0.01 _var (--hue ))] active:bg-[oklch (0.55 _0.01 _var (--hue ))]
7+ dark:bg-[oklch (0.30 _0.02 _var (--hue ))] dark:hover:bg-[oklch (0.35 _0.03 _var (--hue ))] dark:active:bg-[oklch (0.40 _0.03 _var (--hue ))]
8+ }
9+
110.custom-md {
211 h1 {
312 @apply text-3xl;
130139 }
131140
132141}
142+
143+ }
Original file line number Diff line number Diff line change 1+ @tailwind components;
2+
3+ @layer components {
4+
15: root {
26 --tk-text : black;
37}
@@ -137,4 +141,6 @@ html.dark {
137141.tk-expand-wrap .tk-expand ,
138142.tk-collapse-wrap .tk-expand {
139143 @apply hover:rounded-lg mt-1 hover:bg-[var (--btn-plain-bg-hover )];
144+ }
145+
140146}
You can’t perform that action at this time.
0 commit comments