feat: add image shortcode

This commit is contained in:
Devin Haska 2024-01-31 16:03:51 -08:00
parent 189cc0a829
commit ad435a16db
6 changed files with 446 additions and 9 deletions

View file

@ -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;