Skip to content

Commit

Permalink
rename page title, header & style
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 15, 2024
1 parent 3b265e8 commit e5855be
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
project:
title: "index"
title: "Reproduciblity concepts"

pagetitle: "Reproduciblity concepts"
2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from: markdown+emoji
format:
revealjs:
logo: images/logo-affiliation.png
footer: "{{< fa brands github >}} &nbsp;<https://github.com/biodiversitydata/reproducibility-concepts>"
footer: "{{< fa brands github >}} &nbsp;[`biodiversitydata/reproducibility-concepts`](https://github.com/biodiversitydata/reproducibility-concepts) &nbsp; &bull; &nbsp; {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}} &nbsp;[`cc-by-4.0`](https://creativecommons.org/licenses/by/4.0/deed.en)"
smaller: true
auto-stretch: false
chalkboard: true
Expand Down
32 changes: 32 additions & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
*/

0 comments on commit e5855be

Please sign in to comment.