We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bec1e commit 85a2e48Copy full SHA for 85a2e48
css/riscript-lightMode.css
@@ -41,11 +41,11 @@
41
}
42
43
pre code *::selection,
44
- .riscript .hljs::selection {
+ .riscript.hljs::selection {
45
background: var(--selection_lightmode) !important;
46
47
48
- .riscript .hljs {
+ .riscript.hljs {
49
color: var(--text_darkmode);
50
background-color: var(--background_lightmode);
51
css/riscript.css
@@ -41,11 +41,11 @@ pre code {
-.riscript .hljs::selection {
+.riscript.hljs::selection {
background: var(--selection_darkmode) !important;
-.riscript .hljs {
+.riscript.hljs {
background-color: var(--background_darkmode);
0 commit comments