-

-
- README-MONSTER
-
-
- 당신의 프로젝트 README를
- 자동으로 만들 수 있는 가장 빠르고 쉬운 방법
+
+
+
+ README-MONSTER
+ Builder & Generator
+
+
+ 사용자가 직관적인 인터페이스를 통해 README 파일을 쉽게 구성할 수 있게 도와주고, 생성형 AI를 이용해 적절한 README 구성을 추천합니다
-
-
);
@@ -62,27 +58,23 @@ export function Button({ url, color, backgroundColor, description, hover, dark,
};
return (
-
-
-
- {description}
-
-
+
+ {description}
);
-}
+}
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
index 91cf718..7b56d4a 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -15,9 +15,11 @@ module.exports = {
textBlack: "#000000",
darkPrimary: "#1e2937",
darkSecondary: "#374152",
+ darkTertiary:"#222222",
},
backgroundImage: {
'gradient-dark': 'linear-gradient(#1e2937, #556274) !important', // 새 그라데이션 추가
+ 'gradient-test': 'linear-gradient(white, #4B88FF) !important',
},
screens: {
mobile: "768px",