it's possible to copy the code from the snippet view

This commit is contained in:
cozis
2022-05-05 23:12:16 +02:00
parent 70376bb982
commit 4acdf86250
2 changed files with 8 additions and 20 deletions
+5
View File
@@ -42,11 +42,16 @@
}
div.c2h-code table td:first-child {
user-select: none;
text-align: right;
padding: 0 10px;
color: hsla(210, 13%, 40%, 0.7);
}
div.c2h-code table td:last-child {
white-space: pre;
}
.c2h-comment {
color: hsl(221, 12%, 69%);
}