class static code cleanup

This commit is contained in:
Matt Walsh 2022-12-09 13:50:17 -06:00
commit 3f5cd4ca70
14 changed files with 631 additions and 629 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -73,7 +73,10 @@ button {
.autocomplete-suggestions {
background-color: #ffffff;
border: 1px solid #000000;
/*overflow: auto;*/
@media (prefers-color-scheme: dark) {
background-color: #000000;
}
}
.autocomplete-suggestion {