We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c41014 commit e71cb71Copy full SHA for e71cb71
theme.scss
@@ -231,6 +231,11 @@ $code-block-bg: $gs-grey-light-color;
231
$code-keyword-color: $gs-primary-color;
232
$code-string-color: $gs-primary-color;
233
234
+/* Code Copy
235
+-----------------------------------------------------------------------------*/
236
+$btn-code-copy-color: $gs-secondary-alt-color;
237
+$btn-code-copy-color-active: $gs-secondary-color;
238
+
239
/* Callouts
240
Quarto Docs: https: //quarto.org/docs/authoring/callouts.html
241
-----------------------------------------------------------------------------*/
0 commit comments