numerous updates

This commit is contained in:
Ross
2022-05-20 20:26:02 +01:00
parent 0373b22e78
commit 77ccdbc92a
246 changed files with 22615 additions and 2409 deletions
+12
View File
@@ -607,6 +607,18 @@
#djDebug .djdt-highlighted {
background-color: lightgrey;
}
@keyframes djdt-flash-new {
from {
background-color: green;
}
to {
background-color: inherit;
}
}
#djDebug .flash-new {
animation: djdt-flash-new 1s;
}
.djdt-hidden {
display: none;
}