_variables.scss 717 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* ==========================================================================
  2. Variables
  3. by Sven Reifschneider
  4. ========================================================================== */
  5. /*
  6. * Colors
  7. */
  8. $dunkelblau: #2f3a3e;
  9. $hellgrau: #ebebeb;
  10. $dunkelgrau: #515151;
  11. $selection-color: #b3d4fc;
  12. $main-bg: #f3f3f3;
  13. $header-bg: #05c2d8;
  14. $nav-link-color: #d5f2f5;
  15. $nav-link-color-hover: #f4feff;
  16. $active-color: #fff533;
  17. $footer-link-color: #fff533;
  18. $footer-link-color-hover: #fffcc2;
  19. $normal-link-color: #6cc99f;
  20. $normal-link-color-hover: #a4e5c8;
  21. $m-grau: #8a8a8a;
  22. $m-orange: #f7cd35;
  23. $m-gruen: #6cc99f;
  24. $m-rot: #e6766b;
  25. $m-blau: #0ea5e6;
  26. /*
  27. * Font
  28. */
  29. $fonts: 'Lato', Helvetica, Arial, sans-serif;