style: remove hljs selectors

This commit is contained in:
Oliver Booth 2023-08-08 01:23:02 +01:00
parent 8768a90d48
commit 81cd1dcf1d
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 0 additions and 12 deletions

View File

@ -144,14 +144,6 @@ pre code span.line {
}
}
.hljs-ln-numbers {
user-select: none;
text-align: center;
color: #ccc;
vertical-align: top;
padding-right: 15px;
}
:root {
color-scheme: light dark;
}
@ -159,7 +151,3 @@ pre code span.line {
#disqus_thread iframe {
color-scheme: light;
}
.hljs-ln-code {
padding-left: 10px;
}