add themes

This commit is contained in:
Simon Belmont 2025-03-24 13:01:00 -04:00
parent 47fac581ee
commit a7dc41d91c
1336 changed files with 190048 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.button.text-only-button:hover{
color: @selected_bg_color;
}
.button.text-only-button:active,
.button.text-only-button:active:hover {
color: @selected_bg_color;
background-color: transparent;
}