diff --git a/Userland/Libraries/LibWeb/CSS/Default.css b/Userland/Libraries/LibWeb/CSS/Default.css index ebf3d760b1..8ff60e5bf4 100644 --- a/Userland/Libraries/LibWeb/CSS/Default.css +++ b/Userland/Libraries/LibWeb/CSS/Default.css @@ -286,3 +286,8 @@ input[type=hidden i] { display: none !important; } @media (scripting) { noscript { display: none !important; } } + +/* 15.4.1 Embedded content + * https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules + */ +iframe { border: 2px inset; }