-
Notifications
You must be signed in to change notification settings - Fork 2
/
dark.css
71 lines (56 loc) · 1.6 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
70
71
@-moz-document url-prefix("https://frappe.io"), url-prefix("https://support.erpnext.com"), url-prefix("https://translate.erpnext.com"), url-prefix("https://erpnext.com") {
body, footer {
background-color: #333333;
color: #fcfcfc;
border-color: #222222 !important;
}
.mainnav, .subnav {
background-color: #36414c;
border-color: #222222 !important;
}
.dropdown-menu {
background-color: #33333333;
color: #fcfcfc;
border-color: #222222;
}
.dropdown-item {
color: #fcfcfc;
}
.page-wrapper {
background-color: #333333;
}
.section-bg {
background-color: #2a2a2a;
border-color: #222222 !important;
}
.section-light {
background-color: #222;
}
.breadcrumb {
background-color: #333333;
}
a {
color: #5e64ff;
}
a:hover, a:focus {
color: #999cff;
}
blockquote {
background-color: #2a2a2a;
border-color: #222222 !important;
}
body[data-path*="docs"] .navbar, body[data-path*="features"] .navbar, body[data-path="docs"] .navbar, body[data-path*="help"] .navbar,
.border-right, .border-left, .border-top, .border-bottom {
border-color: #222222 !important;
}
.card, .card-footer, .card-footer, div[source-type="Generator"][data-doctype="Web Form"] .page-content-wrapper {
background-color: #36414c;
border-color: #222222 !important;
}
.card-body .card-title, .card-body h2, .card-body h3, .card-body div[source-type="Generator"][data-doctype="Web Form"] h1, div[source-type="Generator"][data-doctype="Web Form"] .card-body h1, .card-body h4, .card-body h5, .card-body h6 {
color: #fcfcfc;
}
.bg-white {
background-color: #222 !important;
}
}