mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 19:23:20 +01:00
4 lines
87 B
SCSS
4 lines
87 B
SCSS
|
.form-control {
|
||
|
background-color: var(--input-bg);
|
||
|
color: RGB(var(--input-text));
|
||
|
}
|