Retrospring/app/assets/stylesheets/overrides/_inputs.scss

4 lines
87 B
SCSS
Raw Normal View History

.form-control {
background-color: var(--input-bg);
color: RGB(var(--input-text));
}