This commit is contained in:
Franjo Mindek
2025-09-18 11:42:49 +02:00
parent 054c1f8dc5
commit 3f463fb202
155 changed files with 4138 additions and 2994 deletions

View File

@@ -1,8 +1,8 @@
import starlightPlugin from "@astrojs/starlight-tailwind";
import colors from "tailwindcss/colors";
const yellow = colors.yellow
const gray = colors.gray
const yellow = colors.yellow;
const gray = colors.gray;
/** @type {import('tailwindcss').Config} */
export default {
@@ -10,7 +10,8 @@ export default {
theme: {
extend: {
colors: {
accent: yellow, gray
accent: yellow,
gray,
},
},
},