Skip to content

Commit 89308ad

Browse files
committed
feat: Aws 카테고리 색상 추가
1 parent aa268f6 commit 89308ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vitepress/theme/constants/colors.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* 카테고리별 색상 상수 정의 (GitHub 스타일)
33
*/
44
export const categoryColorMap: Record<string, string> = {
5+
Aws: "#ff9900",
56
JavaScript: "#f1e05a",
67
TypeScript: "#3178c6",
78
React: "#61dafb",

0 commit comments

Comments
 (0)