From 20d05f609d10daff339c10b719673fe7b065ed7d Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 1 Sep 2024 22:42:20 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20[docs]:=20=E6=96=B0=E5=A2=9E=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/components/StatsBar.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/components/StatsBar.vue b/docs/components/StatsBar.vue index 0dc9ad12..13ae89bc 100644 --- a/docs/components/StatsBar.vue +++ b/docs/components/StatsBar.vue @@ -119,7 +119,7 @@ onBeforeRouteUpdate(() => {
- +
@@ -136,6 +136,14 @@ onBeforeRouteUpdate(() => { flex-direction: column; } +.gamma { + filter: brightness(1.8); +} + +.dark .gamma { + filter: brightness(1.0); +} + .stats-bar { width: 80%; max-width: 1150px;