this repo has no description

styling

12Me21 a720f367 0816dbbb

+9 -2
+9 -2
markup.css
··· 213 213 } 214 214 215 215 .M-content-warning > .M-spoiler-label { 216 - /*background: var(--T-yellow-bg, #FF08);*/ 216 + background: var(--T-purple-bg, #FF08); 217 + border-radius: 0px; 217 218 /*border-color: red;*/ 218 - idk; 219 + /*idk;*/ 220 + } 221 + .M-content-warning > .M-spoiler-label::before { 222 + content: "⛔Show "; 223 + } 224 + .M-content-warning[open] > .M-spoiler-label::before { 225 + content: "⛔Hide "; 219 226 } 220 227 221 228 /***********/