diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-16 19:34:49 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-16 19:34:49 -0400 |
| commit | 97f1835d9ee5fba6aa6ebc5d792f6d8a4d979cfa (patch) | |
| tree | a116ff9e871666cd1669f784d6cf579a8dd6135a /src/client/views/DocumentDecorations.scss | |
| parent | 44175322d76505ac732435876464fe1f17005ad2 (diff) | |
directory import and document decorations tweaks
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
| -rw-r--r-- | src/client/views/DocumentDecorations.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss index 39fc7031a..117e63a37 100644 --- a/src/client/views/DocumentDecorations.scss +++ b/src/client/views/DocumentDecorations.scss @@ -287,10 +287,10 @@ $linkGap : 3px; @keyframes shadow-pulse { 0% { - box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8); } 100% { - box-shadow: 0 0 0 35px rgba(0, 0, 0, 0); + box-shadow: 0 0 0 10px rgba(0, 255, 0, 0); } }
\ No newline at end of file |
