diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 3ee72d4..ab577c6 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -115,9 +115,9 @@ body { .description { border-radius: var(--border-radius); background: var(--bg-alt); - box-shadow: 15px 15px 28px 24px var(--bg); - -webkit-box-shadow: 15px 15px 28px 24px var(--bg); - -moz-box-shadow: 15px 15px 28px 24px var(--bg); + box-shadow: 15px 15px 28px 24px var(--bg-alt); + -webkit-box-shadow: 15px 15px 28px 24px var(--bg-alt); + -moz-box-shadow: 15px 15px 28px 24px var(--bg-alt); > * { margin: 40px !important; } diff --git a/index.html b/index.html index 7dbf0d6..a00fe39 100644 --- a/index.html +++ b/index.html @@ -34,11 +34,11 @@ video_path: if (counter == (numberOfPosts - 1)) { - divRandomPosts.append('🔥'); + divRandomPosts.replaceWith('🔥'); } else { - divRandomPosts.append('🔥'); + divRandomPosts.replaceWith('🔥'); } randomIndexUsed.push(randomIndex); @@ -73,7 +73,7 @@ video_path: