-
Notifications
You must be signed in to change notification settings - Fork 2
/
dark.css
69 lines (54 loc) · 1.45 KB
/
dark.css
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
68
69
/*https://bugs.chromium.org/p/chromium/issues/detail?id=776891*/
:root {
color-scheme: dark;
--white: #eeeeee;
--dark-gray: #242527;
--gray: #3a3b3d;
}
body {
background: var(--dark-gray);
color: var(--white);
}
.article__body-aside, ._newsletterContentPromo {
background-color: transparent !important;
}
.path-background {
fill: var(--dark-gray) !important;
}
.ds-button {
color: var(--white) !important;
}
.ds-call-to-action {
background: var(--ds-color-hong-kong-45) !important;
}
.ds-card-content {
background-color: var(--gray);
}
.ds-footer *, .ds-masthead-nav *, .ds-search-form *, .ds-masthead-nav-lists * {
color: var(--ds-color-london-5) !important;
}
.ds-search-form input, .ds-search-form button {
border-color: var(--ds-color-london-5) !important;
}
.ds-search-form path {
fill: var(--ds-color-london-5) !important;
}
._content-promo-description {
color: var(--white) !important;
}
.path-foreground {
fill: var(--white) !important;
}
.styled-masthead, .ds-masthead.account-is-open {
background-color: transparent !important;
}
.ds-masthead.account-is-open .ds-masthead-account-lists, .ds-masthead.is-open, .ds-masthead.search-is-open, #masthead-search, footer {
background-color: var(--dark-gray) !important;
}
aside[data-component="infobox"] {
background-color: var(--gray) !important;
}
/* the cover on thu/fri */
.css-1wi6041 {
background-color: transparent !important;
}