diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-18 16:55:00 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-18 16:55:00 +0200 |
| commit | cafcb27e6f8a5139e9a9b5f869c656de9a05f157 (patch) | |
| tree | ad2e82b64147f4633c1a257e499a72a126375fe1 /package.json | |
| parent | d32f02478a44d34aa0ee20a1bd55f14dcb94e4e3 (diff) | |
| download | danixxyz-cafcb27e6f8a5139e9a9b5f869c656de9a05f157.tar.gz danixxyz-cafcb27e6f8a5139e9a9b5f869c656de9a05f157.zip | |
fixed: larger sidebar titles, color --accent WCAG AA passed.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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" } } |
