Skip to content

Commit 85a2e48

Browse files
edit css
1 parent 46bec1e commit 85a2e48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/riscript-lightMode.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
}
4242

4343
pre code *::selection,
44-
.riscript .hljs::selection {
44+
.riscript.hljs::selection {
4545
background: var(--selection_lightmode) !important;
4646
}
4747

48-
.riscript .hljs {
48+
.riscript.hljs {
4949
color: var(--text_darkmode);
5050
background-color: var(--background_lightmode);
5151
}

css/riscript.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ pre code {
4141
}
4242

4343
pre code *::selection,
44-
.riscript .hljs::selection {
44+
.riscript.hljs::selection {
4545
background: var(--selection_darkmode) !important;
4646
}
4747

48-
.riscript .hljs {
48+
.riscript.hljs {
4949
color: var(--text_darkmode);
5050
background-color: var(--background_darkmode);
5151
}

0 commit comments

Comments
 (0)