Update demo site wrt

045c08496d
This commit is contained in:
Aditya Telange 2023-12-31 10:34:26 +05:30
parent 4aba1e8642
commit cc9be61b29
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
4 changed files with 3 additions and 108 deletions

View file

@ -15,24 +15,3 @@ iframe {
.entry-cover img {
border: 1px solid var(--border);
}
/* line highlight fix start */
.chroma .hl {
display: inherit;
}
.post-content table pre code {
padding: 10px 0px 10px 0px;
}
.chroma .lntd:first-of-type {
padding-inline-start: 10px;
}
.chroma .lntd:last-of-type {
padding-inline-end: 10px;
width: 100%;
}
/* line highlight fix end */