From 5ecb871744e33be95466412ab506c0a7cc36ef4b Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Tue, 24 Jan 2023 12:51:17 -0500 Subject: [PATCH] fix for tsml small tags being too dark: color them orange, why not --- assets/css/app.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/app.scss b/assets/css/app.scss index 023c837..411b614 100755 --- a/assets/css/app.scss +++ b/assets/css/app.scss @@ -330,3 +330,6 @@ main#fp-main > div.fp-grid { } } } +#tsml #meetings table tbody tr td.name small { + color: orange; +} \ No newline at end of file