From 76949c70132202b9512d27bf6b3e064abd8d40cb Mon Sep 17 00:00:00 2001 From: Max Patiiuk Date: Fri, 7 Oct 2022 13:38:22 -0500 Subject: [PATCH] Fix optgroup font-weight not being bold Caused by tailwind update - https://github.com/tailwindlabs/tailwindcss/pull/8763 Fixes #2240 --- specifyweb/frontend/js_src/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specifyweb/frontend/js_src/css/main.css b/specifyweb/frontend/js_src/css/main.css index c2d7e872bf4..f0690849eb2 100644 --- a/specifyweb/frontend/js_src/css/main.css +++ b/specifyweb/frontend/js_src/css/main.css @@ -221,6 +221,10 @@ @apply top-0; } + optgroup { + @apply font-bold; + } + } /**