Skip to content

Commit

Permalink
style: reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Oct 15, 2023
1 parent 2745779 commit f54a80a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ about.qmd
setup-ggplot2-coeos.R
template.html
template_files/

/.luarc.json
4 changes: 2 additions & 2 deletions _extensions/coeos/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Coeos Presentation Template
author: Mickaël CANOUIL
version: 1.3.0
quarto-required: ">=1.3.340"
quarto-required: ">=1.3.450"
contributes:
formats:
revealjs:
Expand All @@ -11,7 +11,7 @@ contributes:
footer: |
<a href="https://mickael.canouil.fr/">mickael.canouil.fr</a>
|
<a href = "https://creativecommons.org/licenses/by-sa/4.0/">License: CC-BY-SA-4.0</a>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">License: CC-BY-SA-4.0</a>
logo: coeos.svg
include-in-header:
- text: |
Expand Down
15 changes: 9 additions & 6 deletions _extensions/coeos/coeos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// fonts
$font-family-sans-serif: 'Alegreya Sans', 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', sans-serif !default;

// colors
$body-bg: #333333 !default;
$body-color: #FAFAFA !default;
Expand Down Expand Up @@ -42,22 +42,24 @@ $code-block-border-color: $body-color !default;
color: #7F7F7F;
}

.author, .quarto-title-author-name {
.author,
.quarto-title-author-name {
color: $body-color;
}

.quarto-title-authors {
display: flex;
justify-content: left;

.quarto-title-author {
padding-left: 0em;
padding-right: 0em;
width: 100%;
}
}

p.author::before, div.quarto-title-author::before {
p.author::before,
div.quarto-title-author::before {
content: "";
display: block;
border: none;
Expand Down Expand Up @@ -93,7 +95,8 @@ $code-block-border-color: $body-color !default;
bottom: 10px !important;
}

.slide-number, .reveal.has-logo .slide-number {
.slide-number,
.reveal.has-logo .slide-number {
bottom: 10px !important;
right: 10px !important;
top: unset !important;
Expand All @@ -105,7 +108,7 @@ $code-block-border-color: $body-color !default;
border-radius: 4px;
}

code.sourceCode > span {
code.sourceCode>span {
color: $body-bg !important;
}

Expand Down

0 comments on commit f54a80a

Please sign in to comment.