feat: update commit SHA, remove unused dev.nix and vscode settings, and enhance package.json with new dependencies and scripts

This commit is contained in:
2025-07-02 15:56:13 +00:00
committed by GitHub
parent dd1a5b1115
commit 1c60db5fd7
7 changed files with 60 additions and 103 deletions

View File

@@ -284,9 +284,10 @@ body {
:focus-visible { outline-color: var(rgb(59 130 246)); }
::selection { background-color: var(rgb(59 130 246)); }
::marker { color: var(rgb(59 130 246)); }
:focus-visible { outline-color: rgb(59, 130, 246); }
::selection { background-color: rgb(59, 130, 246); }
::marker { color: rgb(59, 130, 246); }
::selection {