omarwright07 / music-guru

Challenge 8 | Group Project -- Music Lover's Artist Search
0 stars 1 forks source link

Transparent Buttons and Unstylized Inputs #14

Closed omarwright07 closed 2 years ago

omarwright07 commented 2 years ago

This bug is tailwind overriding input and button tags styling from our style.css. buttons become transparent and input goes back to un-stylized form.

bagl0025 commented 2 years ago

If you add !important to line 91 in style.css it will prevent tailwind from setting the background-color to transparent. e.g. background: var(--primary-color) !important;