From 08d3adfe9eee044121cecf2fc5c29a595b6ff160 Mon Sep 17 00:00:00 2001 From: Dinindu Senanayake Date: Wed, 5 Jun 2024 09:33:01 +1200 Subject: [PATCH] add an attribution notice --- docs/index.md | 6 +++++- docs/stylesheets/extra.css | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index f75970f..430bec4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,4 +26,8 @@ During this workshop we will establish the fundamental ideas and skills that are 5. [Sarek Pipeline](./session_2/3_sarekPipeline.md) 6. [Configuring your run](./session_2/4_runConfiguration.md) 7. [Configuration Basics](./session_3/1_configFiles.md) - 8. [Metrics and Reports](./session_3/2_configuration.md) \ No newline at end of file + 8. [Metrics and Reports](./session_3/2_configuration.md) + +!!! tags "Attribution notice" + + The workshop content was inspired by material written for Foundational Nextflow Training and the Reproducible workflows with nf-core run by Sydney Informatics Hub, University of Sydney. \ No newline at end of file diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 9ed5c00..a701b03 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -956,12 +956,12 @@ } .md-typeset .admonition.tags, .md-typeset details.tags { - border-color: rgb(105,105,105); + border-color: rgb(224, 217, 217); } .md-typeset .tags > .admonition-title, .md-typeset .tags > summary { color:rgb(35, 35, 37); - background-color: rgba(216, 202, 79, 0.815); + background-color: rgba(241, 229, 120, 0.815); } .md-typeset .tags > .admonition-title::before, .md-typeset .tags > summary::before {