ux: update doks highlight.js style

This commit is contained in:
Henk Verlinde
2021-03-19 14:39:07 +01:00
parent 0cb03c340e
commit 4b9f381cda
2 changed files with 9 additions and 2 deletions

View File

@ -71,14 +71,21 @@ body.dark .toggle-dark {
}
}
.copy-status::after,
.copy-status::after {
content: "Copy";
display: block;
color: $gray-300;
}
.copy-status:hover::after {
content: "Copy";
display: block;
color: $blue-300;
}
.copy-status:focus::after,
.copy-status:active::after {
content: "Copied";
display: block;
color: $blue-300;
}