From dd9cc41fb2ab7e1358542d468dd13200197090c8 Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Sat, 10 Apr 2021 11:56:55 +0200 Subject: [PATCH] minor fixes --- _sass/_layout.scss | 6 +++--- index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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: