mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 10:37:25 -04: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);
|
||
|
}
|