remove iframe bg

This commit is contained in:
Til Schmitter 2026-04-27 21:52:21 +02:00
parent 4c41dce153
commit ff456f85dd

View file

@ -878,6 +878,9 @@ html.y #path a:hover {
font-family: 'scp', 'consolas', monospace;
font-family: var(--font-mono), 'scp', 'consolas', monospace;
}
.iframe {
background: none;
}
#doc>iframe,
.logue>iframe {
background: var(--bgg);