diff --git a/DESCRIPTION b/DESCRIPTION index cb9b717b..8c5618c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 2.1.1.9010 +Version: 2.1.1.9012 Date: 2024-02-25 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 4432b2e8..ea000492 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 2.1.1.9010 +# AMR 2.1.1.9012 *(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support!)* diff --git a/_pkgdown.yml b/_pkgdown.yml index 8482cb67..e187eb21 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -38,8 +38,6 @@ template: base_font: {google: "Lato"} heading_font: {google: "Lato"} code_font: {google: "Fira Code"} - navbar-bg: "#a8d5ef" - nav-link-color: "#212529" # body-text-align: "justify" line-height-base: 1.75 # the green "success" colour of this bootstrap theme should be the same as the green in our logo diff --git a/index.md b/index.md index 45874006..ece85efd 100644 --- a/index.md +++ b/index.md @@ -241,7 +241,8 @@ It will be downloaded and installed automatically. For RStudio, click on the men #### Latest development version -[![R-code-check](https://github.com/msberends/AMR/workflows/R-code-check/badge.svg?branch=main)](https://codecov.io/gh/msberends/AMR?branch=main) +[![check-recent](https://github.com/msberends/AMR/workflows/check-old/badge.svg?branch=main)](https://codecov.io/gh/msberends/AMR?branch=main) +[![check-recent](https://github.com/msberends/AMR/workflows/check-recent/badge.svg?branch=main)](https://codecov.io/gh/msberends/AMR?branch=main) [![CodeFactor](https://www.codefactor.io/repository/github/msberends/amr/badge)](https://www.codefactor.io/repository/github/msberends/amr) [![Codecov](https://codecov.io/gh/msberends/AMR/branch/main/graph/badge.svg)](https://codecov.io/gh/msberends/AMR?branch=main) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 2cd164a7..a50028c3 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -29,6 +29,18 @@ # ==================================================================== # */ +:root { + --bs-primary: #128F76 !important; + --bs-primary-color: #128F76 !important; + --bs-primary-rgb: 18, 143, 118 !important; + + --bs-secondary: #a7dbc3 !important; + --bs-secondary-color: #a7dbc3 !important; + --bs-secondary-rgb: 167, 219, 195 !important; + + --bs-bg-opacity: 1 !important; +} + /* fix some footer issues with the logos */ @media (min-width: 576px) { footer .pkgdown-footer-right {