-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariableOverrides.css
More file actions
67 lines (59 loc) · 2.48 KB
/
variableOverrides.css
File metadata and controls
67 lines (59 loc) · 2.48 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* :root { */
/* --body-bg: #222225; */
/* --body-text: #9ca8bd; */
/* --component-bg: #222225; */
/* --component-text-color: #fff; */
/* /1* Brand colors *1/ */
/* --brand-darkest: #000; */
/* --brand-lightest: #fff; */
/* --gray-base: #b2b2be; */
/* --brand-primary: #285c73; */
/* /1* --brand-primary--inverted: #a3abba; *1/ */
/* --brand-primary--inverted: #fff; */
/* --brand-secondary: #a3abba; */
/* /1* --brand-secondary--inverted: #62c4ff; *1/ */
/* --brand-secondary--inverted: #fff; */
/* /1* Typography *1/ */
/* --font-family-sans-serif: Menlo, Monaco, Lucida Console, Liberation Mono, */
/* DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; */
/* --font-family-monospace: Menlo, Monaco, Lucida Console, Liberation Mono, */
/* DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; */
/* --font-size-base: 20px; */
/* --text-color: var(--brand-primary); */
/* --body-bg: var(--brand-secondary--inverted); */
/* /1* Main Navigation *1/ */
/* --main-navigation-color: var(--brand-primary); */
/* --main-navigation-color--inverted: var(--brand-primary--inverted); */
/* /1* FOrms *1/ */
/* --input-color: #fff; */
/* --input-border-color: var(--brand-lightest); */
/* --default-button-color: #145eda; */
/* --default-button-color--inverted: #fff; */
/* --default-button-color--hover: #156dff; */
/* --default-button-color--active: #156dff; */
/* /1* --input-bg: #1a202e; *1/ */
/* /1* Colors *1/ */
/* --preview-placeholder-color: color( */
/* var(--component-bg) contrast(80%) alpha(10%) */
/* ); */
/* --component-border-color: color(var(--component-bg) contrast(80%) a(20%)); */
/* --backdrop-color: color(var(--brand-darkest) a(12%)); */
/* } */
:root {
--body-bg: #222225;
--text-color: #eee;
--brand-secondary: #a3abba;
--brand-primary: #285c73;
--component-bg: #222225;
--component-border-color: #777;
--component-box-shadow: 0 1px 3px color(var(--black) a(50%));
--state-danger-color: #f8495f;
/* Main Navigation */
--main-navigation-color: var(--brand-primary);
--main-navigation-color--inverted: var(--brand-primary--inverted);
/* Typography */
--font-family-sans-serif: Menlo, Monaco, Lucida Console, Liberation Mono,
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
--font-family-monospace: Menlo, Monaco, Lucida Console, Liberation Mono,
DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}