nextcloud/apps/accessibility/css/highcontrastdark.scss
Daniel Fuchs 0cdcda4210 fixed path to the img directory, from the accessability app. hack-y fix for #26578
Signed-off-by: Daniel Fuchs <fuchsi3010@gmail.com>
2021-05-15 11:10:50 +02:00

28 lines
766 B
SCSS

// 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%);
$image-logo: url('../../../core/img/logo/logo.svg?v=1') !default;
$image-logoheader: url('../../../core/img/logo/logo.svg?v=1') !default;
[class^='icon-'], [class*=' icon-'],
.action,
#appmenu li a,
.menutoggle {
opacity: 1 !important;
}