mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Default webview view to use a transparent background
This makes them inherit the background of their view container
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.color-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user