made font family of code blocks monospace (#284)

This commit is contained in:
mags0ft
2024-09-04 22:23:32 +02:00
committed by GitHub
parent abbdbf1abe
commit 6e0ae393a4

View File

@@ -34,3 +34,6 @@ stacksidebar {
.image_recognition_indicator {
padding: 0px 10px;
}
.code_block {
font-family: monospace;
}