Added incognito mode

This commit is contained in:
2019-01-11 14:50:06 +01:00
parent f76d9ba9cd
commit a0d644469d
10 changed files with 289 additions and 7 deletions

View File

@ -0,0 +1,23 @@
/**
* Incognito mode stylesheet
*
* @author Pierre HUBERT
*/
#incognito-block {
position: fixed;
left: 10px;
bottom: 54px;
text-align: center;
background-color: #001F3F;
padding: 10px;
color: white;
}
#incognito-block i {
font-size: 200%;
}
#incognito-block span {
display: block;
}