We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc2e5b + b12bfa6 commit acfa33aCopy full SHA for acfa33a
1 file changed
frontend/src/root.module.css
@@ -0,0 +1,27 @@
1
+:root {
2
+ .noto-sans-kr-context {
3
+ font-family: "Noto Sans KR", sans-serif;
4
+ font-optical-sizing: auto;
5
+ font-weight: 400;
6
+ font-style: normal;
7
+ }
8
+ @font-face {
9
+ font-family: "Cafe24Moyamoya-Regular-v1.0";
10
+ src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/Cafe24Moyamoya-Regular-v1.0.woff2")
11
+ format("woff2");
12
+ font-weight: normal;
13
14
15
+ --main-green: #49ff24;
16
+ --card-toggle-green: #2aff00;
17
+ --card-detail-green: #2d791d;
18
+ --icon-top-green: #14ae5c;
19
+ --icon-detail-green: #14ae5c;
20
+ --icon-detail-yellow: #ffcd29;
21
+ --icon-detail-red: #ff2c2c;
22
+ --background-black: #000000;
23
+ --fill-gray: #d9d9d9;
24
+ --warn-red: #ff5858;
25
+ --text-white: #ffffff;
26
+ --border-gray: #c7c7c7;
27
+}
0 commit comments