mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
remove iframe bg
This commit is contained in:
parent
4c41dce153
commit
ff456f85dd
|
|
@ -878,6 +878,9 @@ html.y #path a:hover {
|
||||||
font-family: 'scp', 'consolas', monospace;
|
font-family: 'scp', 'consolas', monospace;
|
||||||
font-family: var(--font-mono), 'scp', 'consolas', monospace;
|
font-family: var(--font-mono), 'scp', 'consolas', monospace;
|
||||||
}
|
}
|
||||||
|
.iframe {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
#doc>iframe,
|
#doc>iframe,
|
||||||
.logue>iframe {
|
.logue>iframe {
|
||||||
background: var(--bgg);
|
background: var(--bgg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue