_colors.scss 232 B

12345678910111213
  1. /**
  2. * Colors for the project.
  3. */
  4. $cMainBG: #111;
  5. $cMainText: #ccc;
  6. $cContentBG: #222;
  7. //$cMenuOutline: darken(orange, 10%); COMPNOR
  8. $cMenuOutline: SteelBlue;
  9. $cMenuBG: #333;
  10. $cMenuHover: #444;
  11. $cBoxHeading: #111;