feat: add image shortcode
This commit is contained in:
parent
189cc0a829
commit
ad435a16db
6 changed files with 446 additions and 9 deletions
|
@ -96,6 +96,14 @@ abbr {
|
|||
text-decoration-color: var(--color-primary);
|
||||
}
|
||||
|
||||
img[width] {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
img[width][height] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
html:focus-within {
|
||||
scroll-behavior: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue