🎨 change la couleur de l'arrière plan lorsqu'une iframe est en mode fullscreen (passe à blanc)

pull/297/head
Johan Girod 2018-08-10 10:42:18 +02:00
parent 64bb6259c7
commit 0b3ffc28e3
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
:root {
--colour: rgb(41, 117, 209);
}
html:fullscreen {
background-color: white;
}
body {
overflow-x: hidden !important;