mirror of
https://github.com/msberends/AMR.git
synced 2025-01-13 18:51:39 +01:00
navbar colour
This commit is contained in:
parent
8b43fed94d
commit
46634bfcaa
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 2.1.1.9010
|
Version: 2.1.1.9012
|
||||||
Date: 2024-02-25
|
Date: 2024-02-25
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
2
NEWS.md
2
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!)*
|
*(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!)*
|
||||||
|
|
||||||
|
@ -38,8 +38,6 @@ template:
|
|||||||
base_font: {google: "Lato"}
|
base_font: {google: "Lato"}
|
||||||
heading_font: {google: "Lato"}
|
heading_font: {google: "Lato"}
|
||||||
code_font: {google: "Fira Code"}
|
code_font: {google: "Fira Code"}
|
||||||
navbar-bg: "#a8d5ef"
|
|
||||||
nav-link-color: "#212529"
|
|
||||||
# body-text-align: "justify"
|
# body-text-align: "justify"
|
||||||
line-height-base: 1.75
|
line-height-base: 1.75
|
||||||
# the green "success" colour of this bootstrap theme should be the same as the green in our logo
|
# the green "success" colour of this bootstrap theme should be the same as the green in our logo
|
||||||
|
3
index.md
3
index.md
@ -241,7 +241,8 @@ It will be downloaded and installed automatically. For RStudio, click on the men
|
|||||||
|
|
||||||
#### Latest development version
|
#### 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)
|
[![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)
|
[![Codecov](https://codecov.io/gh/msberends/AMR/branch/main/graph/badge.svg)](https://codecov.io/gh/msberends/AMR?branch=main)
|
||||||
|
|
||||||
|
@ -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 */
|
/* fix some footer issues with the logos */
|
||||||
@media (min-width: 576px) {
|
@media (min-width: 576px) {
|
||||||
footer .pkgdown-footer-right {
|
footer .pkgdown-footer-right {
|
||||||
|
Loading…
Reference in New Issue
Block a user