Compare commits

..

No commits in common. "936436b40fa3359e84791732f6f0cd1fbeeb58cd" and "9617eb205b851a230361301a51ea18f049c5e661" have entirely different histories.

2 changed files with 8 additions and 1 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
node_modules/
dist/
build/
*.tsbuildinfo
.env
__pycache__/
*.pyc

View File

@ -38,7 +38,7 @@
--shadow-md: 0 4px 12px rgba(0,0,0,.1);
--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;
color: var(--tx-primary);
line-height: 1.5;