tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
styling
12Me21
1 year ago
a720f367
0816dbbb
+9
-2
1 changed file
expand all
collapse all
unified
split
markup.css
+9
-2
markup.css
···
213
213
}
214
214
215
215
.M-content-warning > .M-spoiler-label {
216
216
-
/*background: var(--T-yellow-bg, #FF08);*/
216
216
+
background: var(--T-purple-bg, #FF08);
217
217
+
border-radius: 0px;
217
218
/*border-color: red;*/
218
218
-
idk;
219
219
+
/*idk;*/
220
220
+
}
221
221
+
.M-content-warning > .M-spoiler-label::before {
222
222
+
content: "⛔Show ";
223
223
+
}
224
224
+
.M-content-warning[open] > .M-spoiler-label::before {
225
225
+
content: "⛔Hide ";
219
226
}
220
227
221
228
/***********/