💄 🐛 Fixed the copy code button display style.

This commit is contained in:
凡梦星尘
2022-06-21 14:55:07 +08:00
parent 9a83558e01
commit e6fccb0b4e
4 changed files with 34 additions and 136 deletions

View File

@@ -47,10 +47,10 @@ $font_title_size : {{ default $P.font.title.size 1.375 }};
// Code & Code blocks
// TODO find the configure variable
$highlight_dark_background : #000;
$highlight_dark_foreground : #222;
$highlight_light_background : #000;
$highlight_light_foreground : #222;
$highlight_dark_background : #1c1b1b;
$highlight_dark_foreground : #fff;
$highlight_light_background : #fff;
$highlight_light_foreground : #555;
$codeblock_copy_btn_style : {{ $P.codeblock.copyBtn.style }};