| 1234567891011121314151617 |
- // Body
- $body-bg: #fff;
- // Typography
- $font-family-base: "Nanum-Square-Neo-Regular";
- $font-family-sans-serif: "Nanum-Square-Neo-Regular", 'Nunito', sans-serif;
- $font-size-base: 0.9rem;
- $line-height-base: 1.6;
- // Custom
- $link-decoration: none;
- $nav-link-color: #333;
- $dropdown-border-color: #d2d2d2;
- $dropdown-border-radius: 0;
- $dropdown-link-hover-color: #000;
- $dropdown-link-hover-bg: #b3e4ff;
- $navbar-light-color: #eee;
|