You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
260 B

  1. // 黄色
  2. $subMenuActiveText: #d25f00;
  3. $menuBg: #2b2503;
  4. $menuHover: #f6da4d;
  5. $subMenuBg: #0f0603;
  6. $subMenuActiveBg: #f6da4d;
  7. $navTextColor: #fff;
  8. $menuText: rgba(254, 254, 254, 0.65);
  9. $sidebarLogo: #443b05;
  10. $menuTitleHover: #fff;
  11. $menuActiveBefore: #f6da4d;