File size: 170 Bytes
a411966
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
:root {
 --background-color: #f1f5f8;
 --text-default: #181c32;
 --text-input: #181c32;
 --button-hover: #1a5a96;
 --button-active: #123c6b;
 --button-disable: #87cefa;
}