Update to pico css 2, update theme colours

This commit is contained in:
Michael Pivato
2024-03-03 19:50:33 +10:30
parent fda8ae3d8e
commit 64fffe58d4
5 changed files with 42 additions and 25 deletions

11
package-lock.json generated
View File

@@ -9,13 +9,16 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@picocss/pico": "^1.5.10"
"@picocss/pico": "^2.0.0"
}
},
"node_modules/@picocss/pico": {
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-1.5.10.tgz",
"integrity": "sha512-+LafMsrwPxXQMk6sI///TmSInCwwZmq+K7SikyL3N/4GhhwzyPC+TQLUEqmrLyjluR+uIpFFcqjty30Rtr6GxQ=="
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.0.4.tgz",
"integrity": "sha512-KGx1hNnG1eeM9/lZ2VvAZNDLytCZtdR3i55pMgAt2+EVgx0rMFOnHLp+TKUqpKBWaheQVEyjbq+1ZGNNcBEATA==",
"engines": {
"node": ">=18.19.0"
}
}
}
}