diff options
| -rw-r--r-- | scss/_browser.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index 8a04752..1c27d40 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -70,7 +70,7 @@ } } - .content, .path { + .content { opacity: 1; transition: opacity 150ms; |
