mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
style: Correct the style when using dark theme
This commit is contained in:
parent
d1bdd16fb5
commit
2f0ac81165
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue