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