fix: style improvements

- fix style
- effect color palette
- fix navbar setup
- add borgar
- "Join" on discord button
This commit is contained in:
Sheldon Cooper 2025-06-05 22:42:28 -04:00
parent 4f05c3e671
commit ddac56a693
14 changed files with 21778 additions and 123 deletions

View file

@ -11,7 +11,7 @@
"trailingComma": "all",
"bracketSpacing": true,
"objectWrap": "collapse",
"bracketSameLine": false,
"bracketSameLine": true,
"arrowParens": "always",
"endOfLine": "lf"
}