style: Correct the style when using dark theme

This commit is contained in:
Yaotian-Liu 2023-10-14 12:34:43 -07:00
parent d1bdd16fb5
commit 2f0ac81165

View file

@ -1463,3 +1463,9 @@ If your plugin does not need CSS, delete this file.
.pseudocode-block:hover .hover-button {
display: block;
}
.ps-root {
background-color: white;
opacity: 1;
color: black;
}