Add copy button styles and fix CurvedLoop for Safari

This commit is contained in:
David Haz
2025-07-21 08:55:13 +03:00
parent 420b966b68
commit 6f7b18429b
2 changed files with 43 additions and 69 deletions

View File

@@ -52,14 +52,14 @@ body {
.v-code-block--code-copy-button {
border: 1px solid #333;
border-radius: 8px;
padding: .8em !important;
padding: 0.8em !important;
height: 35px !important;
top: .5em !important;
right: .5em !important;
top: 0.5em !important;
right: 0.5em !important;
}
.v-code-block--code-copy-button.v-code-block--code-copy-button-status-success svg {
fill: #27FF64 !important;
fill: #27ff64 !important;
}
.v-code-block--code-copy-button svg {