From 2f0ac81165c3d8cdca559d7958563c81a91388f8 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Sat, 14 Oct 2023 12:34:43 -0700 Subject: [PATCH] style: Correct the style when using dark theme --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index 3dc0063..8a39ce1 100644 --- a/styles.css +++ b/styles.css @@ -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; +} \ No newline at end of file