diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/keyframes.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/keyframes.css b/styles/keyframes.css new file mode 100644 index 0000000..3427058 --- /dev/null +++ b/styles/keyframes.css @@ -0,0 +1,8 @@ +.loop .connector { + height: 16px; + background-color: var(--gruble); + opacity: .25; + width: calc(100% - 48px); + margin: 4px -11px; +} + |