
Alexander said:
If I am correct its a background image embedded in the roll20 page source.
Is there a way to remove the gray space (see screenshot) and have it black.
@-moz-document url-prefix("https://app.roll20.net/editor/"), url-prefix("https://app.roll20dev.net/editor/") { body { background-color: #000; background-image: none; }After installing Stylish for Firefox or Chrome, save the code above as a New Style.
}
.sheet-section-npc .sheet-npc-content-wrap { background: #333333; box-shadow: 0 0 1.5em #867453; font-size: 14px; margin-left: 2px; margin-right: 2px; padding: .2rem }
.sheet-section-npc .sheet-npc-content-wrap { background: #333333 !important; box-shadow: 0 0 1.5em #867453 !important; font-size: 14px !important; margin-left: 2px !important; margin-right: 2px !important; padding: .2rem !important; }
.sheet-section-npc .sheet-npc-content-wrap { background: #333333 !important; box-shadow: 0 0 1.5em #867453 !important; font-size: 14px !important; margin-left: 2px !important; margin-right: 2px !important; padding: .2rem !important; }
.sheet-section-npc .sheet-npc-content-wrap { background: #333333 !important; }
.sheet-wrap-box {
background-color: #333333 !important;
border: 1px solid #000;
border-radius: 3px;
padding: 2px
}