fix: remove misc lsp files

This commit is contained in:
Barrett Ruth 2024-11-29 22:31:36 -06:00
parent 3b5561ad6a
commit 61f879d636
2 changed files with 8 additions and 1 deletions

View file

@ -109,3 +109,11 @@ pre * {
.post-article a {
text-decoration: underline;
}
.language-python,
.language-py,
.language-cc,
.language-cpp {
/* override prism.js styles */
font-size: 0.8em !important;
}