Skip to content

Commit 76949c7

Browse files
committed
Fix optgroup font-weight not being bold
Caused by tailwind update - tailwindlabs/tailwindcss#8763 Fixes #2240
1 parent 216d148 commit 76949c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specifyweb/frontend/js_src/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@
221221
@apply top-0;
222222
}
223223

224+
optgroup {
225+
@apply font-bold;
226+
}
227+
224228
}
225229

226230
/**

0 commit comments

Comments
 (0)