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; }