Skip to content

Commit 3563e5a

Browse files
committed
Remove colour from .target-specific
1 parent a82d8f9 commit 3563e5a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

theme/reference.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ main .warning p::before {
5454
color: #80d0d0;
5555
}
5656

57-
.coal main .target-specific p,
58-
.navy main .target-specific p,
59-
.ayu main .target-specific p {
60-
background: #005f10;
61-
}
6257

6358
/* <kbd> tags can be used to highlight specific character elements. */
6459
kbd {
@@ -199,21 +194,12 @@ blockquote > p {
199194
margin-left: 1em;
200195
margin-bottom: 1em;
201196
margin-right: 6vw;
202-
background: #00f82e;
203197
padding: 0.2ex 0.5ex;
204198
border-radius: 5px;
205199
display: block;
206-
box-shadow: inset -1px -1px 0 #06a430;
207200
font-size: 0.9em;
208201
}
209202

210-
.ayu .target-specific blockquote,
211-
.navy .target-specific blockquote,
212-
.coal .target-specific blockquote {
213-
background: #008f2e;
214-
box-shadow: inset -1px -1px 0 #03a430;
215-
}
216-
217203
/* When the sidebar is visible, reduce the spacing of rules so that the
218204
content doesn't get shifted too far, and make the text too narrow.
219205
*/

0 commit comments

Comments
 (0)