Correct "copy" src block function

This commit is contained in:
2021-01-01 18:02:41 +01:00
parent d89f8538c3
commit b59cc4841f
6 changed files with 321 additions and 270 deletions

View File

@@ -325,3 +325,14 @@ span[id*='MathJax-Span']{
clear: both;
}
}
// TODO Highlight links/etc.
@-webkit-keyframes target {
from { background:#ffffff; }
50% { background:#ffffd3; }
to { background:#ffffff; }
}
:target {
-webkit-animation: target .5s linear;
}