4 lines
64 B
CSS
4 lines
64 B
CSS
:root {
|
|
--app-background: #fff;
|
|
--primary-color: #FF6B6B;
|
|
}
|