-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-light.css
More file actions
69 lines (68 loc) · 2.13 KB
/
theme-light.css
File metadata and controls
69 lines (68 loc) · 2.13 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
68
69
[data-theme=light] :root {
color-scheme: light;
}
[data-theme=light] #nodown-render table td,
[data-theme=light] #nodown-render table th {
background-color: rgba(0, 0, 0, 0.02);
border-color: rgba(0, 0, 0, 0.05);
}
[data-theme=light] #nodown-render table thead {
background-color: rgba(0, 0, 0, 0.075);
}
[data-theme=light] #nodown-render a {
color: #665bde;
}
[data-theme=light] #nodown-render h1,
[data-theme=light] #nodown-render h2 {
border-bottom-color: rgba(0, 0, 0, 0.075);
}
[data-theme=light] #nodown-render code {
background-color: rgba(0, 0, 0, 0.05);
}
[data-theme=light] #nodown-render pre {
background-color: rgba(0, 0, 0, 0.05);
}
[data-theme=light] #nodown-render blockquote {
border-left-color: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.625);
}
[data-theme=light] #nodown-render .nodown-alert.warning {
border-color: rgba(200, 150, 0, 0.8);
background-color: rgba(200, 150, 0, 0.2);
}
[data-theme=light] #nodown-render .nodown-alert.success {
border-color: rgba(100, 200, 100, 0.8);
background-color: rgba(100, 200, 100, 0.2);
}
[data-theme=light] #nodown-render .nodown-alert.error {
border-color: rgba(255, 150, 150, 0.8);
background-color: rgba(255, 150, 150, 0.2);
}
[data-theme=light] #nodown-render .nodown-alert.info {
border-color: rgba(150, 150, 255, 0.8);
background-color: rgba(150, 150, 255, 0.2);
}
[data-theme=light] #nodown-render .nodown-alert.question {
border-color: rgba(175, 150, 255, 0.8);
background-color: rgba(175, 150, 255, 0.2);
}
[data-theme=light] #nodown-render hr {
background-color: rgba(0, 0, 0, 0.1);
}
[data-theme=light] #nodown-render code.nodown-unicode .nodown-preview {
background-color: rgba(0, 0, 0, 0.1);
}
[data-theme=light] #nodown-render .nodown-date {
border-color: rgba(0, 0, 0, 0.075);
}
[data-theme=light] #nodown-render section#footnotes li {
color: rgba(0, 0, 0, 0.5);
}
[data-theme=light] #nodown-render a.nodown-footnote-ref:target::before,
[data-theme=light] #nodown-render li.nodown-footnote:target::before {
border-color: #665bde;
}
[data-theme=light] #nodown-render * {
scrollbar-color: black transparent;
}
/*# sourceMappingURL=theme-light.css.map */