From f063df8fd5603cdecd1715d122d8efc2c503f366 Mon Sep 17 00:00:00 2001 From: haoouba <2323333339@qq.com> Date: Thu, 28 Jan 2021 21:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/joe.global.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/joe.global.scss b/assets/css/joe.global.scss index ffb11ac..c9d9561 100644 --- a/assets/css/joe.global.scss +++ b/assets/css/joe.global.scss @@ -1933,10 +1933,10 @@ html[data-night='night'] { border: none; background: var(--theme); color: #fff; - font-size: 14px; - &:hover{ - animation: 5s ease-in-out 0s infinite normal none running shake; - } + font-size: 14px; + &:hover { + animation: 5s ease-in-out 0s infinite normal none running shake; + } } } }