feat: update default highlight style

This commit is contained in:
Henk Verlinde
2021-03-26 10:25:32 +01:00
parent 41b94b1715
commit 28a3b39fb9
4 changed files with 54 additions and 6 deletions

View File

@ -312,3 +312,22 @@ body.dark .figure-caption {
body.dark table {
@extend .table-dark;
}
body.dark .copy-status::after {
content: "Copy";
display: block;
color: $body-color-dark;
}
body.dark .copy-status:hover::after {
content: "Copy";
display: block;
color: $link-color-dark;
}
body.dark .copy-status:focus::after,
body.dark .copy-status:active::after {
content: "Copied";
display: block;
color: $link-color-dark;
}