- default code font type replaced with Monaco

This commit is contained in:
Wiesner András 2024-03-07 12:53:47 +01:00
parent 8550d09e45
commit 52de05e121

View File

@ -334,4 +334,8 @@ section.test-summary-record {
box-shadow: -5px 0 #d3e5e5;
color: whitesmoke;
bottom: 0;
}
code {
font-family: 'Monaco', monospace;
}