Skip to content

Commit 372bcbe

Browse files
committed
add a couple of additional dark styles (loading, a couple of text areas, killed light atom borders
1 parent b130abc commit 372bcbe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

stylesheets/v2-classic-dark.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ body {
5858
}
5959

6060
.post {
61+
border-width: 0;
6162
box-shadow: 0 0 1px currentColor;
6263

6364
&:hover {
@@ -106,3 +107,15 @@ body {
106107
.content .blockquote {
107108
background-color: hsla(0, 0%, 50%, 0.05);
108109
}
110+
111+
textarea, input,
112+
.data-callout,
113+
.input--toggle {
114+
background: inherit;
115+
color: inherit;
116+
}
117+
118+
.loader {
119+
background: #212733;
120+
color: #d9d9d9;
121+
}

0 commit comments

Comments
 (0)