Deploying to gh-pages from @ sinkaroid/lustpress@dad33fe4f3 🚀

This commit is contained in:
sinkaroid
2026-03-13 03:23:55 +00:00
parent 36a57cbca0
commit 63ebb63ced
98 changed files with 1797 additions and 16742 deletions

View File

@@ -0,0 +1,13 @@
pre.diff-highlight > code .token.deleted:not(.prefix),
pre > code.diff-highlight .token.deleted:not(.prefix) {
background-color: rgba(255, 0, 0, .1);
color: inherit;
display: block;
}
pre.diff-highlight > code .token.inserted:not(.prefix),
pre > code.diff-highlight .token.inserted:not(.prefix) {
background-color: rgba(0, 255, 128, .1);
color: inherit;
display: block;
}