From fe41fc2e35e9a06de1ae28afb0230c047d6cf6f7 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Tue, 14 Feb 2023 16:57:48 +0100 Subject: [PATCH] font size --- DESCRIPTION | 2 +- NEWS.md | 2 +- pkgdown/extra.css | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 09caf244..ea8a2c15 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) diff --git a/NEWS.md b/NEWS.md index bb8e0cf6..686b6aaf 100755 --- a/NEWS.md +++ b/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!)* diff --git a/pkgdown/extra.css b/pkgdown/extra.css index a84fbe85..7434c900 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -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 {