Skip to content

Commit 6e02ba1

Browse files
committed
hover behavior for supported by Posit
1 parent ac5883e commit 6e02ba1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

theme-dark.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,10 @@ details > summary {
184184

185185
img.footer-logo {
186186
color: #ffffff;
187+
}
188+
189+
/* Supported by Posit badge in navbar */
190+
191+
body.quarto-dark #supported-by-posit:hover {
192+
background-color: #2C2C2D;
187193
}

theme.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,10 @@ $text-muted: #6a737b;
4343
color: $white;
4444
}
4545

46+
/* Supported by Posit badge in navbar */
47+
48+
#supported-by-posit:hover {
49+
box-shadow: 0px 0px 2px rgba(21, 21, 21, 0.05), 0px 2px 4px rgba(21, 21, 21, 0.06);
50+
background-color: #fff;
51+
transition: background-color .05s ease-in-out;
52+
}

0 commit comments

Comments
 (0)