Change background color.
Useful if you have more than one restaurant to handle with them.
Authorshodan78
LicenseNo License
Categoryuserstyles
Created
Updated
Size716 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Change background color.
Useful if you have more than one restaurant to handle with them.
/* ==UserStyle==
@name app.resos.com
@version 20211123.10.01
@namespace userstyles.world/user/shodan78
@description Change background color.
Useful if you have more than one restarant to handle with them.
@author shodan78
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://app.resos.com/jWdPHSSsJ4oBrd5jZ") {
html,
html body {
height: 100%;
background-color: #3F51B5;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
}
@-moz-document url-prefix("https://app.resos.com/zn43aXjTyk8Zvtyg9") {
html,
html body {
height: 100%;
background-color: #ff595e;
overscroll-behavior: none;
-webkit-overflow-scrolling: touch;
}
}