summaryrefslogtreecommitdiff
path: root/sass/src/dark/index.scss
blob: 4af56c6ad34ef82cb29b10d2207526afd9a2c36d (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
@import '../../components/color-variables';
@import 'variables.scss';
@import '../../materialize.scss';
@import '../common/index.scss';
@import '../common/local.scss';

.progress {
  background-color: color('grey', 'darken-3');
  & > .determinate {
    background-color: color('blue', 'base');
  }
}

html {
  background-color: $bg-color;
}

input[type=email],
input[type=text],
input[type=password],
input[type=datetime-local],
textarea {
	color: $off-black;
}