From 142891f81cfc3d0189680ef64cce7bf7f0da2b7e Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 22 Oct 2024 08:17:21 +0200 Subject: [PATCH] some visual changes --- style.scss | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/style.scss b/style.scss index 10d49e3..2f4aeae 100644 --- a/style.scss +++ b/style.scss @@ -58,12 +58,24 @@ menu { border-radius: 16px; } +// .tray-text { +// border: solid 2px $green 4px; +// } + .time-text { font-size: $textsize; + // color: $purple; + border: solid $red 2px; + border-radius: 2rem; + padding: 0px 6px; + margin: 0 0 0 6px; } .title-text { font-size: $textsize; + // color: $cyan; + // border: solid white 2px; + // padding-right: 2px; } .reboot-button { @@ -93,12 +105,6 @@ menu { color: $red; } -.power-box { -} - -.power-box-expand { -} - .system-confirm { color: $green; }