refactor style targeting to be more specific

This commit is contained in:
Duane Adam
2024-09-22 11:41:23 +08:00
parent 5178136d2b
commit a6db6c0e07

View File

@@ -3,7 +3,7 @@ title: "Videos"
head:
- tag: style
content: |
.sl-markdown-content iframe {
.sl-markdown-content iframe[src^="https://www.youtube.com/embed/"] {
aspect-ratio: 16 / 9;
}
---