Compare commits
No commits in common. "936436b40fa3359e84791732f6f0cd1fbeeb58cd" and "9617eb205b851a230361301a51ea18f049c5e661" have entirely different histories.
936436b40f
...
9617eb205b
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.tsbuildinfo
|
||||||
|
.env
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
@ -38,7 +38,7 @@
|
|||||||
--shadow-md: 0 4px 12px rgba(0,0,0,.1);
|
--shadow-md: 0 4px 12px rgba(0,0,0,.1);
|
||||||
--shadow-lg: 0 8px 32px rgba(0,0,0,.15);
|
--shadow-lg: 0 8px 32px rgba(0,0,0,.15);
|
||||||
|
|
||||||
font-family: 'NanumGothic', 'Nanum Gothic', 'NanumBarunGothic', 'Apple SD Gothic Neo', -apple-system, sans-serif;
|
font-family: 'Pretendard', -apple-system, 'Segoe UI', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--tx-primary);
|
color: var(--tx-primary);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user