clean a bit #1

Merged
nnduc merged 2 commits from main into 2025 2025-08-04 03:15:29 +00:00
2 changed files with 28 additions and 21 deletions
Showing only changes of commit 06805d6245 - Show all commits

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 {
}