Skip to content

Commit 1fc4ee9

Browse files
committed
remove redundant styling for Supported by Posit badge.
1 parent 55d2fb2 commit 1fc4ee9

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

theme-dark.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,3 @@ img.footer-logo {
186186
color: #ffffff;
187187
}
188188

189-
/* Supported by Posit badge in navbar */
190-
191-
body.quarto-dark #supported-by-posit:hover {
192-
background-color: #2C2C2D;
193-
}

theme.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,3 @@ $text-muted: #6a737b;
4242
#quarto-announcement a {
4343
color: $white;
4444
}
45-
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)