Skip to content

Commit cba9e38

Browse files
rebase
1 parent d419387 commit cba9e38

1 file changed

Lines changed: 0 additions & 84 deletions

File tree

src/styles/dark.css

Lines changed: 0 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -9,90 +9,6 @@
99
@apply bg-dark-surface;
1010
}
1111

12-
.markdown {
13-
h1,
14-
h2,
15-
h3,
16-
h4,
17-
h5,
18-
h6 {
19-
@apply text-dark-heading;
20-
}
21-
22-
code,
23-
tt {
24-
text-shadow: none;
25-
@apply bg-dark-code-inline-bg;
26-
}
27-
28-
blockquote {
29-
@apply border-l-dark-section-border text-dark-muted;
30-
}
31-
32-
blockquote.tip {
33-
@apply bg-dark-aside-tip-bg text-dark-aside-tip-text;
34-
}
35-
36-
blockquote.warning {
37-
@apply bg-dark-aside-warning-bg text-dark-aside-warning-text;
38-
}
39-
40-
blockquote.todo {
41-
@apply bg-dark-aside-todo-bg text-dark-aside-todo-text;
42-
}
43-
44-
hr {
45-
@apply bg-dark-section-border;
46-
}
47-
48-
th {
49-
@apply bg-dark-bg border-dark-border;
50-
}
51-
52-
tr,
53-
tr:last-child {
54-
@apply border-dark-border;
55-
}
56-
57-
tr:nth-child(2n) {
58-
@apply bg-dark-surface;
59-
}
60-
61-
td {
62-
@apply border-dark-border;
63-
}
64-
65-
pre {
66-
@apply bg-dark-code-bg;
67-
68-
code {
69-
@apply bg-transparent;
70-
}
71-
}
72-
73-
a code {
74-
@apply text-dark-link;
75-
76-
&:hover {
77-
@apply text-dark-link-hover;
78-
}
79-
}
80-
81-
aside.tip,
82-
aside.warning,
83-
aside.preview,
84-
aside.todo {
85-
@apply bg-dark-surface-2 text-white;
86-
}
87-
88-
aside.tip > .tip__prefix,
89-
aside.warning > .warning__prefix,
90-
aside.preview > .preview__prefix,
91-
aside.todo > .todo__prefix {
92-
@apply text-white;
93-
}
94-
}
95-
9612
.gitter__button {
9713
@apply bg-[#1c3b39];
9814
}

0 commit comments

Comments
 (0)