Default webview view to use a transparent background

This makes them inherit the background of their view container
This commit is contained in:
Matt Bierner
2020-11-30 16:38:10 -08:00
parent 93848cfa8d
commit 37ac6e5e25

View File

@ -1,3 +1,7 @@
body {
background-color: transparent;
}
.color-list {
list-style: none;
padding: 0;