highcontrastdark.scss 627 B

12345678910111213141516171819202122232425
  1. // SCSS variables
  2. $color-main-text: #fff;
  3. $color-main-background: #000;
  4. $color-background-dark: lighten($color-main-background, 30%);
  5. $color-background-darker: lighten($color-main-background, 30%);
  6. $color-text-maxcontrast: $color-main-text;
  7. $color-text-light: $color-main-text;
  8. $color-text-lighter: $color-main-text;
  9. $color-loading-light: #000;
  10. $color-loading-dark: #ddd;
  11. $color-box-shadow: $color-main-text;
  12. $color-border: lighten($color-main-background, 50%);
  13. $color-border-dark: lighten($color-main-background, 50%);
  14. [class^='icon-'], [class*=' icon-'],
  15. .action,
  16. #appmenu li a,
  17. .menutoggle {
  18. opacity: 1 !important;
  19. }