Add theme classes to css for reference

This commit is contained in:
Gordon 2021-04-10 02:20:04 +01:00
parent 50eed7d0fa
commit 16f501967f

View File

@ -1,4 +1,6 @@
body {
body.vscode-light,
body.vscode-dark,
body.vscode-high-contrast {
margin: 0;
padding: 1em;
font-family: var(--vscode-font-family);