feat: add background color to spoiler for consistency

This commit is contained in:
ccbikai
2024-08-06 19:12:51 +08:00
parent bd7bba2f06
commit d7eeca2b16

View File

@@ -143,6 +143,7 @@
tg-spoiler {
color: #ccc;
background-color: #ccc;
background: repeating-conic-gradient(#000 0 0.0001%, #0000 0 0.0002%) 60%
60% / 3000px 3000px;
}