From a2e93e30ee080f33976e978de19fe054df28e73b Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 20 Nov 2025 17:51:25 -0500 Subject: [PATCH] fix issue i think --- bin/cozybot.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cozybot.dart b/bin/cozybot.dart index 8d60cc5..7e82205 100644 --- a/bin/cozybot.dart +++ b/bin/cozybot.dart @@ -33,7 +33,7 @@ void main(List argsRaw) async { @import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Sans:wght@800'); body { background-color: rgba(0, 0, 0, 0); - font-size: 25vw; + font-size: 10vw; color: white; font-family: "Momo Trust Sans", sans-serif; text-align: right;