Skip to content

Commit e71cb71

Browse files
committed
Added code copy colors
1 parent 2c41014 commit e71cb71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ $code-block-bg: $gs-grey-light-color;
231231
$code-keyword-color: $gs-primary-color;
232232
$code-string-color: $gs-primary-color;
233233

234+
/* Code Copy
235+
-----------------------------------------------------------------------------*/
236+
$btn-code-copy-color: $gs-secondary-alt-color;
237+
$btn-code-copy-color-active: $gs-secondary-color;
238+
234239
/* Callouts
235240
Quarto Docs: https: //quarto.org/docs/authoring/callouts.html
236241
-----------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)