ShadowFox/css/userContent-files/webextension-tweaks/ultrawide_video.css

10 lines
350 B
CSS
Raw Normal View History

2019-03-03 15:52:28 +00:00
/*! Alters the webextension UltraWide Video 21:9
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://{75afe46a-7a50-4c6b-b866-c43a1075b071}/html/popup.html") {
html {
background: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important;
border: 3px solid!important
}
}