Remove explicit background: transparent;

VS Code now defaults to using a transparent background for webviews
This commit is contained in:
Matt Bierner
2020-08-31 16:25:37 -07:00
parent 823fe95929
commit bb4a0c3a5d

View File

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