config/ags: take two

This commit is contained in:
Sakooooo 2024-10-15 20:32:27 +04:00
parent 39b72ca9cd
commit 364529c5b0
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -24,7 +24,7 @@ button {
} }
button:active { button:active {
background-color: @theme_selected_bg_color; background-color: #ea4c88;
} }
button:hover { button:hover {
@ -37,12 +37,16 @@ label {
.client-title { .client-title {
color: @theme_selected_bg_color; color: @theme_selected_bg_color;
max-width: 50px;
} }
.notification { .notification {
color: yellow; color: yellow;
} }
.media {
max-width: 50px;
}
.workspace-indicator { .workspace-indicator {
min-width: 0; min-width: 0;