diff --git a/_quarto.yml b/_quarto.yml index f5a5b51..4ef4fe1 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,2 +1,4 @@ project: - title: "index" + title: "Reproduciblity concepts" + +pagetitle: "Reproduciblity concepts" diff --git a/index.qmd b/index.qmd index c78c1ef..6ddee77 100644 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ from: markdown+emoji format: revealjs: logo: images/logo-affiliation.png - footer: "{{< fa brands github >}}  " + footer: "{{< fa brands github >}}  [`biodiversitydata/reproducibility-concepts`](https://github.com/biodiversitydata/reproducibility-concepts)   •   {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}  [`cc-by-4.0`](https://creativecommons.org/licenses/by/4.0/deed.en)" smaller: true auto-stretch: false chalkboard: true diff --git a/styles/main.scss b/styles/main.scss index 8185beb..dd0d9c9 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -142,3 +142,35 @@ aside { text-align: center; } + +.callout-title p { + font-size: 1.8em; +} + +.callout-content p { + font-size: 1.8em; +} + +blockquote { + border: 0 !important; + margin: 0.5em 0 !important; + margin-bottom: 2em !important; + padding: 0 !important; + margin-left: 2% !important; + margin-right: 2% !important; +} + + +blockquote p { + font-style: normal; + padding: 0.5em 1em; + border-left: 5px solid #cccccc; +} + +/* +blockquote p::before { + content: "\27A4"; + font-style: normal; + padding-right: 10px; +} +*/