Skip to content

Commit

Permalink
Fix "Copied" tooltip font color
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyHenry15 committed May 14, 2024
1 parent fe01399 commit cc73961
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _extensions/posit-docs/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,10 @@ $code-block-bg: lighten($dark-md-background, 10%);

/* Copy button */

$btn-code-copy-color: $posit-light-blue-2;
$btn-code-copy-color-active: #ffffff;
$btn-code-copy-color: #ffffff;
$btn-code-copy-color-active: $posit-orange;
$callout-icon-scale: 70%;
$tooltip-color: #ffffff !default; // Copied! color

// Tabs and pills

Expand Down

0 comments on commit cc73961

Please sign in to comment.