CSS

You might say

The button works, but its color stays gray. Help me find which style is overriding the theme color.

CSS is a style language that describes a web page's appearance, layout, and changes across available space.For example, HTML may already contain a button while the button is still gray or overflows on a phone. The browser matches CSS rules and calculates a final style from their priority and order. CSS controls presentation; it does not implement the business logic that runs after a click.
Know first
Cascading Style Sheets
Further reading