style: remove css line counter

This commit is contained in:
Oliver Booth 2023-08-08 01:28:02 +01:00
parent 6b864d5ab3
commit 852df0acf2
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 13 deletions

View File

@ -159,19 +159,6 @@ article {
}
}
pre code span.line {
counter-increment: line;
&:before {
content: counter(line);
display: inline-block;
border-right: 1px solid #ddd;
padding: 0 .5em;
margin-right: .5em;
color: #888;
}
}
:root {
color-scheme: light dark;
}