We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// 테마색 $background: #ffffff; $themeColor: #10AF85; $themeColorOpa: #6BC59C; // Colors $bold-black: #212529; $black: #404640; $gray-black: #6f667a; // a 태그 $striking: #59D6B5; // pre 배경 색 $pre-bg-color: #E5F7F0; // code 색 $code: #5b635b; $code-bg-color: #E5F7F0; // blockquote 색 $blockquote-bg: #F8FDFB; $blockquote-strike: #B6F0D9; // navbar active 색 $nav-item-active: #2f3631; $nav-item-active-content: #b9fae9; // 100 300 400 500 700 900 $notosans-thin: 300; $notosans-regular: 400; $notosans-medium: 500; $notosans-bold: 700; // text size $p-size: 18px; $code-size: 17px; // bootstrap size // div size $navbar-height: 90px; $layout-space: 20px;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: