mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
feat: add rounded for img
This commit is contained in:
parent
00975551af
commit
3b5c65b510
6 changed files with 21 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue