diff options
Diffstat (limited to 'styles/keyframes.css')
-rw-r--r-- | styles/keyframes.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/keyframes.css b/styles/keyframes.css index 49c8e4e..8a4f06f 100644 --- a/styles/keyframes.css +++ b/styles/keyframes.css @@ -39,7 +39,10 @@ z-index: 1; } -.keyframe > * { +.keyframe { + line-height: 0; fill: currentColor; } +.keyframe.ghost .background { opacity: .2; } +.keyframe.ghost .outline { opacity: .7; } |