diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-29 02:31:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-29 02:31:51 +0000 |
| commit | ec747f63fca2b2213945534e2dcbeeadef520ba3 (patch) | |
| tree | 42af60acdd6b4b75e66247de3e0ad3eae3c5789c | |
| parent | link and jam-ify all games (diff) | |
| download | mmm-ec747f63fca2b2213945534e2dcbeeadef520ba3.tar.gz mmm-ec747f63fca2b2213945534e2dcbeeadef520ba3.zip | |
dont blank path
| -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; |
