I am facing an issue where the CSS styles of my jQuery UI calendar are being overridden by the Bootstrap CSS styles.
Take a look at the screenshot provided. As you can see, the text color of the calendar's year is not black as intended.
https://i.sstatic.net/iQiYe.png
The problem lies in Bootstrap's CSS taking precedence over jQuery's CSS. In the browser's developer view, if I untick the style highlighted in red, the green arrow style takes effect and everything appears normal.
https://i.sstatic.net/i2NvF.png
Question:
Can anyone provide suggestions on how to resolve this conflict in the CSS? Your input is highly appreciated.