Skip to content

Commit

Permalink
Update: Colors - 22-01 13:09
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Jan 22, 2025
1 parent a99c8b9 commit f01504a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"commit": "bun update && bun run vercel && git pull && read -p 'Descriptions Commit: ' message && git add . && echo -n \"$message - \" && node getTime.js | xargs -I {} git commit -m \"$message - {}\" && git push"
},
"dependencies": {
"caniuse-lite": "^1.0.30001690",
"caniuse-lite": "^1.0.30001695",
"dayjs": "^1.11.13",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.0",
"highlight.js": "^11.11.1",
"marked": "^12.0.2",
"million": "^3.1.11",
"next": "^15.1.2",
"next": "^15.1.6",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.7.1",
"styled-components": "^6.1.13"
"sonner": "^1.7.2",
"styled-components": "^6.1.14"
},
"devDependencies": {
"typescript": "^5.7.2",
"@types/node": "^20.17.10",
"typescript": "^5.7.3",
"@types/node": "^20.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
--gray: #7f869c;
--gray-light: #edf0f6;
/* --red: #e10065; */
--red: #9DE521;
--red: #fee004;
--code: #eceef3;
/* --pink: #dc77b6; */
--pink: #c0fa5c;
--pink: #d3b21c;
--codeblock: #000;
--white: #fff;
--black: #111827;
Expand Down

0 comments on commit f01504a

Please sign in to comment.