feat(post): collapse entries

This commit is contained in:
Barrett Ruth 2024-06-17 19:47:59 -05:00
parent b406a073c9
commit 409089b1d4
4 changed files with 115 additions and 77 deletions

View file

@ -85,6 +85,19 @@ header {
display: flex;
justify-content: center;
}
.language-python {
font-size: 0.9em !important;
/* override prism.js styles */
font-size: 0.85em !important;
}
.problem-header {
position: relative;
}
.problem-toggle {
font-family: "Courier New", monospace;
position: absolute;
cursor: pointer;
left: -25px;
}