From ef67b05264255802b178e4b3434bdaee75a6219e Mon Sep 17 00:00:00 2001 From: hiroki Date: Thu, 10 Oct 2024 18:58:13 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog/assets/css/common.css | 3 +++ blog/components/PostListFilterBtn.vue | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/blog/assets/css/common.css b/blog/assets/css/common.css index f60d2de2..5b8d9f36 100644 --- a/blog/assets/css/common.css +++ b/blog/assets/css/common.css @@ -1061,3 +1061,6 @@ ins.adsbygoogle[data-ad-status='unfilled'] { .blog-tweet-img-swiper-body.video-playing .swiper-pagination { display: none; } +.system-ui-font { + font-family: 'system-ui'; +} diff --git a/blog/components/PostListFilterBtn.vue b/blog/components/PostListFilterBtn.vue index 7e7731ad..d1690118 100644 --- a/blog/components/PostListFilterBtn.vue +++ b/blog/components/PostListFilterBtn.vue @@ -4,8 +4,12 @@ class="common-right-tool-btn opacity-70 text-white hover:opacity-100" @click="onClick" > - - + +