2025-06-27 10:04:22 +08:00

12 lines
203 B
CSS

html:-moz-full-screen {
background: grey;
}
html:-webkit-full-screen {
background: grey;
}
html:fullscreen {
background: grey;
}
:not(:root):fullscreen::backdrop{
background:whitesmoke;
}