this repo has no description

styling

12Me21 a720f367 0816dbbb

+9 -2
+9 -2
markup.css
··· 213 } 214 215 .M-content-warning > .M-spoiler-label { 216 - /*background: var(--T-yellow-bg, #FF08);*/ 217 /*border-color: red;*/ 218 - idk; 219 } 220 221 /***********/
··· 213 } 214 215 .M-content-warning > .M-spoiler-label { 216 + background: var(--T-purple-bg, #FF08); 217 + border-radius: 0px; 218 /*border-color: red;*/ 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 "; 226 } 227 228 /***********/