Recently, I decided to update an old bootstrap page to the latest Bootstrap 5.3.1 version. Thanks to this amazing guide, I managed to configure my custom colors successfully: How to extend/modify (customize) Bootstrap with SASS
However, I encountered a problem that I can't seem to figure out: bg-fun-pink and text-fun-pink are not working as expected, even though the color "fun-pink" is functioning correctly on buttons (btn-fun-pink).
Could someone please point out where I went wrong so that the background color of a div and/or the text color are not changing?
You can view my example on codeply here:
Thank you in advance for any assistance provided!