First, you'll need to install the stylish addon (Firefox) or extension (Chrome). Then you can start adding the code below to help improve the interface (imo) for Roll20. This css removes the white fade on the image, centers the text, and adds a white outline instead. It helps keep lighter images from being washed out by the fade to white. I also suggest looking under the Styles Library for the One Ring style by StuartJ. It really helps make Roll20 feel better than the default interface. Especially if you make the background of a page transparent and let the wood background show through. Feels like an actual tabletop. .campaign_details .masthead {
background-color: #000;
padding-bottom: 0px !important;
border: 1px solid #000;
}
.campaign_details .masthead .iconcover {
display: none;
}
.campaign_details .campaignname {
border: none !important;
}
.campaign_details .campaignname h1 {
margin: 0px !important;
color: #000 !important;
text-align: center !important;
text-shadow: 1px 1px 5px #FFF, -1px 1px 5px #FFF, 1px -1px 5px #FFF, -1px -1px 15px #FFF;
}