This commit is contained in:
Heekang Park 2023-04-18 09:04:49 +09:00
parent 0495221954
commit d1be28ba7e
2 changed files with 7 additions and 7 deletions

8
dist/styles.css vendored

File diff suppressed because one or more lines are too long

View file

@ -267,9 +267,9 @@
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
font-family: var(--hk-codeblock-code-block-text-font); font-family: var(--hk-codeblock-copy-btn-text-font);
color: var(--hk-codeblock-code-block-text-color); color: var(--hk-codeblock-copy-btn-text-color);
font-size: var(--hk-codeblock-code-block-text-size); font-size: var(--hk-codeblock-copy-btn-text-size);
position: absolute; position: absolute;
top: 0; top: 0;
right: 0; right: 0;