feat: add rounded for img

This commit is contained in:
st1020 2024-08-01 21:04:44 +08:00
parent 00975551af
commit 3b5c65b510
6 changed files with 21 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -1912,6 +1912,10 @@ article {
border-radius: 0.5rem;
}
.prose-img\:rounded-lg :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
border-radius: 0.5rem;
}
.dark\:bg-white\/80:is(.dark *) {
background-color: rgb(255 255 255 / 0.8);
}