Skip to content

Commit cc59e61

Browse files
committed
idk
1 parent 218c536 commit cc59e61

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

static/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ span[id^='codeline-'] span {
922922
height: 100%;
923923
}
924924

925-
span[id^='codeline-'].line-highlight {
925+
span.line-highlight {
926926
width: 100%;
927927
height: 100%;
928928
background: #f8edc3;
@@ -940,9 +940,6 @@ span[id^='codeline-'].line-highlight {
940940
scroll-margin: 15vh;
941941
scroll-margin-top: 15vh;
942942
}
943-
.line-highlight {
944-
background: #ccc;
945-
}
946943
.linenodiv pre a.line-highlight,
947944
.linenodiv pre span {
948945
display: inline-block;

0 commit comments

Comments
 (0)