From c42cf748b3908f4d253c58b703733ce8c63e5fbc Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Wed, 21 May 2025 20:10:20 +0300 Subject: [PATCH] Slightly increase text size --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index be94406f6..2c9fcab5c 100644 --- a/public/style.css +++ b/public/style.css @@ -3948,7 +3948,7 @@ body #toast-container>div { filter: unset; -ms-filter: unset; padding: 5px 5px 10px 50px; - font-size: calc(var(--mainFontSize) * 0.9); + font-size: calc(var(--mainFontSize) * 0.95); width: 300px; }