forked from webpack/webpack.js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
44 lines (34 loc) · 656 Bytes
/
dark.css
File metadata and controls
44 lines (34 loc) · 656 Bytes
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
@reference "tailwindcss";
[data-theme="dark"] {
body {
@apply bg-dark-bg text-dark-text;
}
.splash__section--dark {
@apply bg-dark-surface;
}
.gitter__button {
@apply bg-[#1c3b39];
}
.sponsors__content,
.footer__inner {
@apply border-dark-border;
}
.page-links__gap {
@apply text-dark-muted;
}
.site {
background: #121212 !important;
}
.sidebar__docs-version {
@apply border-dark-border text-dark-sidebar-version;
}
.contributor .contributor__name {
@apply bg-dark-bg text-dark-heading;
}
.footer-openjsf-logo {
@apply invert;
}
.footer p {
@apply text-white;
}
}