mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
13 lines
147 B
CSS
13 lines
147 B
CSS
|
:-webkit-full-screen a {
|
||
|
color: red;
|
||
|
}
|
||
|
:-moz-full-screen a {
|
||
|
color: red;
|
||
|
}
|
||
|
:-ms-fullscreen a {
|
||
|
color: red;
|
||
|
}
|
||
|
:fullscreen a {
|
||
|
color: red;
|
||
|
}
|