Solid button color style module for Basscss
npm install basscss-btn-primary
Solid button color style for use with the .btn base style.
``html`
By default, .btn-primary has white text on a blue background.
Adjust the default colors using the --button-color and --button-background-color custom properties.
`css`
:root {
--button-color: black;
--button-background-color: silver;
}
Use other color utilities to handle one-off exceptions.
`html``