remove stripes from posting preview

This commit is contained in:
dakkar 2024-10-24 21:40:34 +01:00
parent beff26e6f4
commit 991995673d

View file

@ -1259,14 +1259,6 @@ defineExpose({
background-size: auto auto;
}
html[data-color-scheme=dark] .preview {
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #0004 5px, #0004 10px);
}
html[data-color-scheme=light] .preview {
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, #00000005 5px, #00000005 10px);
}
.targetNote {
padding: 0 20px 16px 20px;
}