From 1e02458f89b574a69b916444f174ccf5d28a6236 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Wed, 19 May 2021 00:50:37 +0800 Subject: [PATCH] chore: revise the css style of footer inner --- _sass/yat/_dark.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_sass/yat/_dark.scss b/_sass/yat/_dark.scss index bace62a..474b747 100644 --- a/_sass/yat/_dark.scss +++ b/_sass/yat/_dark.scss @@ -2,11 +2,12 @@ $dark-background-color: #0e0e0e !default; $dark-text-color: #bbb !default; html[data-theme="dark"] { - &[data-scroll-status='top'] { - .site-footer-inner { - border-top: solid 1px #2f2f2f !important; - transition: 0s; + footer.site-footer { + .site-footer-inner { + border-top: solid 1px #2f2f2f !important; + transition: 0s; + } } }