Compare commits

..

No commits in common. "7e7bc9d56e1ff90fc8fe67f841e5a03dae8d49fc" and "42a23e89a870ee438b6c8a0896f881c5e9370795" have entirely different histories.

3 changed files with 17 additions and 31 deletions

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 2.1.1.9018
Date: 2024-04-08
Version: 2.1.1.9017
Date: 2024-04-07
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9018
# AMR 2.1.1.9017
*(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!)*

View File

@ -37,38 +37,30 @@
--amr-green-middle: #60a799;
--amr-green-middle-rgb: 96, 167, 153;
--amr-blue-light: #a8d5ef
--amr-blue-light-rgb: 168, 213, 239;
--amr-blue-light-rgb: 168, 213, 239
--bs-success: var(--amr-green-dark) !important);
--bs-link-color: var(--amr-green-dark) !important;
--bs-light: var(--amr-green-light) !important;
--bs-success: --amr-green-dark !important;
--bs-link-color: --amr-green-dark !important;
--bs-light: --amr-green-light !important;
/* --bs-light was this: #128f76a6; that's success with 60% alpha */
--bs-info: var(--amr-green-middle) !important;
--bs-link-color: var(--amr-green-dark) !important;
--bs-link-color-rgb: var(--amr-green-dark-rgb) !important;
--bs-info: --amr-green-middle !important;
--bs-primary: var(--amr-green-dark) !important;
--bs-primary-color: var(--amr-green-dark) !important;
--bs-primary-rgb: var(--amr-green-dark-rgb) !important;
--bs-primary: --amr-green-dark !important;
--bs-primary-color: --amr-green-dark !important;
--bs-primary-rgb: --amr-green-light-rgb !important;
--bs-secondary: white !important;
--bs-secondary: #ffffff !important;
--bs-secondary-color: var(--amr-green-dark) !important;
--bs-secondary-rgb: 255, 255, 255 !important;
--bs-navbar-brand-color: white !important;
--bs-navbar-brand-color-hover: white !important;
--bs-nav-link-color: white !important;
--bs-navbar-brand-color: var(--bs-body-color) !important;
--bs-navbar-brand-color-hover: var(--bs-body-color) !important;
--bs-nav-link-color: var(--bs-body-color) !important;
--bs-bg-opacity: 1 !important;
}
.nav-text.text-muted {
color: var(--amr-green-dark) !important;
}
.navbar-dark input[type="search"] {
background-color: var(--amr-green-light) !important;
}
.form-control:focus {
box-shadow: none !important;
}
.template-home img.logo {
width: 200px;
@ -129,11 +121,8 @@ pre code {
pre .fu, .fu {
/* functions */
color: var(--amr-green-dark) !important;
}
pre .fu a:hover, .fu a:hover {
/* functions */
color: var(--amr-green-light) !important;
text-decoration: underline;
font-weight: bold !important;
letter-spacing: -1px !important;
}
pre .st, .st {
/* strings, regular text */
@ -171,6 +160,3 @@ a[href]:hover, a[href]:focus {
/* adjusted colour for all real links; having href attribute */
text-decoration: underline;
}
strong code {
font-weight: normal !important;
}