Skip to content

app.resos.com by shodan78

Details

Authorshodan78

LicenseNo License

Categoryuserstyles

Created

Updated

Size716 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Change background color.

Useful if you have more than one restaurant to handle with them.

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
}
}

Reviews

No reviews yet.