summaryrefslogtreecommitdiffstats
path: root/apps/accessibility/css/highcontrastdark.scss
blob: c5238dc2433c5a1bbbfc106617f0ce15ade5a529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SCSS variables
$color-main-text: #fff;
$color-main-background: #000;

$color-background-dark: lighten($color-main-background, 30%);
$color-background-darker: lighten($color-main-background, 30%);

$color-text-maxcontrast: $color-main-text;
$color-text-light: $color-main-text;
$color-text-lighter: $color-main-text;

$color-loading-light: #000;
$color-loading-dark: #ddd;

$color-box-shadow: $color-main-text;

$color-border: lighten($color-main-background, 50%);
$color-border-dark: lighten($color-main-background, 50%);

[class^='icon-'], [class*=' icon-'],
.action,
#appmenu li a,
.menutoggle {
	opacity: 1 !important;
}