feat: many design changes

This commit is contained in:
2024-12-14 00:03:09 +01:00
parent 9e4a2e90ec
commit 16344b6994
35 changed files with 2692 additions and 110 deletions

View File

@@ -35,3 +35,14 @@ jobs:
run: |
rm composer.lock
composer validate --no-check-publish
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Build CSS
run: npm run build:css