_variables.scss 424 B

1234567891011121314151617
  1. // Body
  2. $body-bg: #fff;
  3. // Typography
  4. $font-family-base: "Nanum-Square-Neo-Regular";
  5. $font-family-sans-serif: "Nanum-Square-Neo-Regular", 'Nunito', sans-serif;
  6. $font-size-base: 0.9rem;
  7. $line-height-base: 1.6;
  8. // Custom
  9. $link-decoration: none;
  10. $nav-link-color: #333;
  11. $dropdown-border-color: #d2d2d2;
  12. $dropdown-border-radius: 0;
  13. $dropdown-link-hover-color: #000;
  14. $dropdown-link-hover-bg: #b3e4ff;
  15. $navbar-light-color: #eee;