Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,11 @@ format:
include-in-header:
- text: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js"
data-light-bg="#dee2e6"
data-light-bg="#E8EDF2"
data-light-text="#404041"
data-light-lt="#ee6331"
data-light-gt="#447099"
data-dark-bg="#333333"
data-dark-lt="#ffffff"
data-dark-gt="#ffffff"></script>
include-after-body: js.html
Expand Down
6 changes: 6 additions & 0 deletions theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,10 @@ details > summary {

img.footer-logo {
color: #ffffff;
}

/* Supported by Posit badge in navbar */

body.quarto-dark #supported-by-posit:hover {
background-color: #2C2C2D;
}
7 changes: 7 additions & 0 deletions theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ $text-muted: #6a737b;
color: $white;
}

/* Supported by Posit badge in navbar */

#supported-by-posit:hover {
box-shadow: 0px 0px 2px rgba(21, 21, 21, 0.05), 0px 2px 4px rgba(21, 21, 21, 0.06);
background-color: #fff;
transition: background-color .05s ease-in-out;
}