feat(prism): cpp lang

This commit is contained in:
Barrett Ruth 2024-07-31 09:57:17 -05:00
parent ca4b773f35
commit b7045bfc34
4 changed files with 20 additions and 4 deletions

View file

@ -79,3 +79,7 @@ li {
.terminal-container {
font-family: "Courier New", monospace;
}
.inline-code {
display: inline-block;
}

View file

@ -93,7 +93,8 @@ li {
justify-content: center;
}
.language-python {
.language-python,
.language-cpp {
/* override prism.js styles */
font-size: 0.85em !important;
}