Implement Highlight on symbols

This commit is contained in:
Carl Fuchs 2023-02-09 15:30:31 +01:00
parent c6c4bd1e32
commit 579422653b
7 changed files with 138 additions and 50 deletions

View file

@ -1,4 +0,0 @@
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}