mirror of https://github.com/msberends/AMR.git
font size
This commit is contained in:
parent
8d37c75860
commit
fe41fc2e35
|
@ -1,5 +1,5 @@
|
|||
Package: AMR
|
||||
Version: 1.8.2.9125
|
||||
Version: 1.8.2.9126
|
||||
Date: 2023-02-14
|
||||
Title: Antimicrobial Resistance Data Analysis
|
||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -1,4 +1,4 @@
|
|||
# AMR 1.8.2.9125
|
||||
# AMR 1.8.2.9126
|
||||
|
||||
*(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)*
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue