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,12 @@
QuirkyClient .linked .button:first-child {
border-color: alpha(black,0.2);
border-width: 1px;
}
QuirkyClient .linked .button:first-child:hover,
QuirkyClient .linked .button:first-child:active,
QuirkyClient .linked .button:first-child:checked {
border-color: transparent;
border-top-color: alpha(white,0.2);
border-bottom-color: alpha(black,0.2);
}