Closed dmalan closed 2 years ago
code blocks now have vscode style background (using editor color scheme):
Would it be cleaner just to include all of https://github.com/microsoft/vscode-extension-samples/blob/main/webview-view-sample/media/vscode.css after all, rather than maintain excerpts in our lab50.css
?
No, that's only a demo of showing how to use vscode's theme color. It doesn't even cover <code>
<pre>
tag styles and such.
So we only include vscode style that we need in our lab50.css
, I think that's cleaner actually. I also made some tweaks to the button style because the one shown in the demo wasn't looking good.