Skip to content

Commit

Permalink
Fix optgroup font-weight not being bold
Browse files Browse the repository at this point in the history
Caused by tailwind update - tailwindlabs/tailwindcss#8763

Fixes #2240
  • Loading branch information
maxpatiiuk committed Oct 7, 2022
1 parent 216d148 commit 76949c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specifyweb/frontend/js_src/css/main.css
Expand Up @@ -221,6 +221,10 @@
@apply top-0;
}

optgroup {
@apply font-bold;
}

}

/**
Expand Down

0 comments on commit 76949c7

Please sign in to comment.