Commit 55e9b04d authored by Jakob Moser's avatar Jakob Moser
Browse files

Disable default iframe border

parent 7a041338
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1011,6 +1011,11 @@ input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    box-shadow: 0 0 5px var(--accent-color);
}

/* -- Embedded content -- */
iframe {
    border: none;
}

/* -- Galleries -- */
.wp-block-gallery {
    width: 70%;