8 lines
118 B
CSS
8 lines
118 B
CSS
|
:root {
|
||
|
--blue: #2196f3;
|
||
|
--dark-blue: #1E88E5;
|
||
|
--red: #F44336;
|
||
|
--dark-red: #D32F2F;
|
||
|
--moon-grey: #f2f2f2;
|
||
|
}
|