style(control-center): improve appearance of active state

This commit is contained in:
tux
2025-09-26 04:13:42 +05:30
parent d0da039435
commit 4934d73ac4

View File

@@ -24,6 +24,7 @@ window.control-center {
.system-info { .system-info {
image { image {
color: rgba($accent, 0.8);
-gtk-icon-size: 4rem; -gtk-icon-size: 4rem;
} }
} }
@@ -40,7 +41,6 @@ window.control-center {
background-color: rgba($accent, 1); background-color: rgba($accent, 1);
image { image {
color: $bg-color;
} }
} }
} }
@@ -53,6 +53,7 @@ window.control-center {
.footer { .footer {
label { label {
color: $accent;
font-size: 18px; font-size: 18px;
font-family: BigBlueTermPlus Nerd Font; font-family: BigBlueTermPlus Nerd Font;
} }
@@ -67,7 +68,7 @@ window.control-center {
} }
highlight { highlight {
background-color: $accent; background-color: rgba($accent, 0.8);
min-height: 10px; min-height: 10px;
min-width: 10px; min-width: 10px;
border-radius: 10px; border-radius: 10px;