feat: dark mode by default

This commit is contained in:
2026-05-24 18:36:09 +00:00
parent 1eb5350d09
commit 1e022efa1d
5 changed files with 25 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
# Commit Style
- Use Conventional Commits.
- Keep the type and subject lowercase.
- Keep commit messages terse.
Example: `feat: dark mode by default`