Merge branch '2025' into main

This commit is contained in:
2025-08-04 03:15:18 +00:00

View File

@ -83,6 +83,15 @@ tooltip label{
background: @bg_hover;
color: @content_main;
}
button {
border: none;
border-radius: 0;
}
button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: inherit;
}
#taskbar {
}