Your commit message

This commit is contained in:
2026-02-19 13:38:05 +09:00
parent ae943cc87e
commit 940142eae3
2 changed files with 9 additions and 2 deletions

View File

@@ -51,6 +51,13 @@ $ npm run dev
# build,deploy
$ npm run build
```
### if using both github and git tea
```
git add .
git commit -m "Your commit message"
git push
```
# Deploy

View File

@@ -12,9 +12,9 @@
--card-foreground: oklch(0 0 0);
--popover: oklch(1.0000 0 0);
--popover-foreground: oklch(0 0 0);
--primary: oklch(0.4743 0.2742 264.4293);
--primary: oklch(0.5323 0.1730 141.3064);
--primary-foreground: oklch(1.0000 0 0);
--secondary: oklch(0.8297 0.2447 147.2630);
--secondary: oklch(0.5788 0.2316 259.6380);
--secondary-foreground: oklch(0 0 0);
--muted: oklch(0.9551 0 0);
--muted-foreground: oklch(0.3211 0 0);