From 0f7e84d2ada2ad081ac7c309c72a5f7bde01d7a9 Mon Sep 17 00:00:00 2001
From: <>
Date: Sun, 21 Apr 2024 11:50:40 +0000
Subject: [PATCH] Deployed 7b48870 with MkDocs version: 1.6.0
---
CITATIONS/index.html | 2 +-
css/theme_extra.css | 10 ++++++++--
index.html | 6 +++---
js/theme.js | 2 +-
output/index.html | 2 +-
params/index.html | 2 +-
sitemap.xml.gz | Bin 127 -> 127 bytes
usage/index.html | 2 +-
8 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/CITATIONS/index.html b/CITATIONS/index.html
index 7490a35..4736b89 100644
--- a/CITATIONS/index.html
+++ b/CITATIONS/index.html
@@ -52,7 +52,7 @@
- - Citations
+
- Citations
- nf-core
diff --git a/css/theme_extra.css b/css/theme_extra.css
index 9f4b063..ab0631a 100644
--- a/css/theme_extra.css
+++ b/css/theme_extra.css
@@ -103,7 +103,7 @@ pre .cs, pre .c {
form .search-query {
width: 100%;
border-radius: 50px;
- padding: 6px 12px; /* csslint allow: box-model */
+ padding: 6px 12px;
border-color: #D1D4D5;
}
@@ -135,7 +135,7 @@ form .search-query {
}
td, th {
- border: 1px solid #e1e4e5 !important; /* csslint allow: important */
+ border: 1px solid #e1e4e5 !important;
border-collapse: collapse;
}
@@ -155,6 +155,12 @@ td, th {
padding-bottom: 40px;
}
+/* For section-index only */
+.wy-menu-vertical .current-section p {
+ background-color: #e3e3e3;
+ color: #404040;
+}
+
/*
* The second step of above amendment: Here we make sure the items are aligned
* correctly within the .rst-current-version container. Using flexbox, we
diff --git a/index.html b/index.html
index 3f5b7cb..d47d039 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@