diff --git a/_quarto.yml b/_quarto.yml index 5c4fbf884..ab3f52c66 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -685,8 +685,11 @@ format: include-in-header: - text: | include-after-body: js.html diff --git a/theme-dark.scss b/theme-dark.scss index 821d8f481..1fbbcfe12 100644 --- a/theme-dark.scss +++ b/theme-dark.scss @@ -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; } \ No newline at end of file diff --git a/theme.scss b/theme.scss index 7fc6e8377..9c17f9746 100644 --- a/theme.scss +++ b/theme.scss @@ -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; +} \ No newline at end of file