From 60c82b2e5e9e8131e97b95b2922a6963562c8503 Mon Sep 17 00:00:00 2001 From: mrwafflecats Date: Fri, 5 Jun 2026 19:40:54 -0500 Subject: [PATCH] increased font size --- eww.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eww.scss b/eww.scss index 9276fe2..73baa01 100644 --- a/eww.scss +++ b/eww.scss @@ -8,7 +8,7 @@ $scarlet: #ff0000; } window { - font-size: 10px; + font-size: 20px; border-radius: 10px; text-shadow: 1px 1px 3px black; } @@ -55,7 +55,7 @@ scale trough highlight { tooltip { background-color: rgba($grey, 0.9); - font-size: 10px; + font-size: 20px; color: white; padding: 3px; margin: 10px 20px; @@ -125,7 +125,7 @@ circular-progress { } .timendate { - font-size: 8px; + font-size: 15px; } .clock { @@ -134,6 +134,6 @@ circular-progress { } .visualizer { - font-size: 8px; + font-size: 15px; text-shadow: 0px 0px; }