We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218c536 commit cc59e61Copy full SHA for cc59e61
1 file changed
static/style.css
@@ -922,7 +922,7 @@ span[id^='codeline-'] span {
922
height: 100%;
923
}
924
925
-span[id^='codeline-'].line-highlight {
+span.line-highlight {
926
width: 100%;
927
928
background: #f8edc3;
@@ -940,9 +940,6 @@ span[id^='codeline-'].line-highlight {
940
scroll-margin: 15vh;
941
scroll-margin-top: 15vh;
942
943
-.line-highlight {
944
- background: #ccc;
945
-}
946
.linenodiv pre a.line-highlight,
947
.linenodiv pre span {
948
display: inline-block;
0 commit comments