1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 13:21:50 +02:00

font size

This commit is contained in:
2023-02-14 16:57:48 +01:00
parent 8d37c75860
commit fe41fc2e35
3 changed files with 5 additions and 3 deletions

View File

@ -58,11 +58,13 @@ mark, .mark {
/* SYNTAX */
/* These are simple changes for the syntax highlighting */
pre {
font-size: 0.8em !important;
}
pre code {
/* never wrap code on smaller screens */
word-wrap: normal !important;
white-space: pre !important;
font-size: 0.8em !important;
}
.ot, .dv, .fl, .cn, .at,
.op a {