fix for tsml small tags being too dark: color them orange, why not

This commit is contained in:
Adam Piontek 2023-01-24 12:51:17 -05:00
parent f7b1e797e3
commit 5ecb871744
1 changed files with 3 additions and 0 deletions

View File

@ -330,3 +330,6 @@ main#fp-main > div.fp-grid {
}
}
}
#tsml #meetings table tbody tr td.name small {
color: orange;
}