This commit is contained in:
Patrick Alvin Alcala 2025-07-08 11:48:51 +08:00
parent 2c8bd6c741
commit 9ae2c4e514
8 changed files with 114 additions and 6 deletions

View file

@ -151,12 +151,12 @@ mode-switcher {
button {
cursor: pointer;
border-radius: 2em;
background-color: @background;
background-color: transparent;
text-color: @foreground;
}
button selected {
background-color: @color5;
background-color: rgba(255,255,255,0.1);
text-color: @foreground;
}
@ -172,9 +172,9 @@ element {
}
element selected.normal {
background-color: @color5;
background-color: rgba(255,211,200,0.1);
text-color: @foreground;
border-radius: 1.5em;
border-radius: 1.25em;
}
element normal.normal {