summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-18 16:55:00 +0200
committerDanilo M. <danix@danix.xyz>2026-04-18 16:55:00 +0200
commitcafcb27e6f8a5139e9a9b5f869c656de9a05f157 (patch)
treead2e82b64147f4633c1a257e499a72a126375fe1 /package.json
parentd32f02478a44d34aa0ee20a1bd55f14dcb94e4e3 (diff)
downloaddanixxyz-cafcb27e6f8a5139e9a9b5f869c656de9a05f157.tar.gz
danixxyz-cafcb27e6f8a5139e9a9b5f869c656de9a05f157.zip
fixed: larger sidebar titles, color --accent WCAG AA passed.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 6a04097..f6aab23 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"watch": "tailwindcss -i themes/danix-xyz-hacker/assets/css/main.css -o themes/danix-xyz-hacker/assets/css/main.min.css --watch"
},
"devDependencies": {
- "tailwindcss": "^3.4.1",
- "@tailwindcss/typography": "^0.5.10"
+ "@tailwindcss/typography": "^0.5.10",
+ "tailwindcss": "^3.4.1"
}
}