highcontrast.scss 870 B

12345678910111213141516171819202122232425262728293031
  1. // SCSS variables
  2. $color-main-text: #000;
  3. $color-main-background: #fff;
  4. $color-background-dark: darken($color-main-background, 30%);
  5. $color-background-darker: darken($color-main-background, 30%);
  6. $color-placeholder-light: darken($color-main-background, 30%);
  7. $color-placeholder-dark: darken($color-main-background, 45%);
  8. $color-text-maxcontrast: $color-main-text;
  9. $color-text-light: $color-main-text;
  10. $color-text-lighter: $color-main-text;
  11. $color-loading-light: #ddd;
  12. $color-loading-dark: #000;
  13. $color-box-shadow: $color-main-text;
  14. $color-border: darken($color-main-background, 50%);
  15. $color-border-dark: darken($color-main-background, 50%);
  16. $image-logo: url('../../../core/img/logo/logo.svg?v=1');
  17. $image-logoheader: url('../../../core/img/logo/logo.svg?v=1');
  18. [class^='icon-'], [class*=' icon-'],
  19. .action,
  20. #appmenu li a,
  21. .menutoggle {
  22. opacity: 1 !important;
  23. }