mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-14 23:32:21 -06:00
19 lines
206 B
CSS
19 lines
206 B
CSS
|
|
:fullscreen {
|
|
background: black
|
|
}
|
|
|
|
[href=:fullscreen] {}
|
|
|
|
:fullscreen a {
|
|
box-sizing: border-box
|
|
}
|
|
|
|
:fullscreen a {
|
|
color: black
|
|
}
|
|
|
|
:-moz-full-screen a {
|
|
transform: translate3d(0, 0, 0);
|
|
}
|