2b7b02a684970aa723ca1436a63cd3e072ce000e
Christian Fraß [ini]

Christian Fraß authored 2 years ago

1) @hue: 120;
2) 
3) body
4) {
5) 	background-color: hsl(@hue, 0%, 6.125%);
6) 	color: hsl(@hue, 0%, 93.75%);
7) 	
8) 	font-family: monospace;
9) 	font-size: 1.25em;
10) }
11) 
12) input,textarea,button
13) {
14) 	font-size: 1.25em;
15) }
16) 
17) button, input[type="submit"]
18) {
19) 	background-color: hsl(@hue, 50%, 37.5%);
20) 	color: hsl(@hue, 0%, 100%);
21) 	
22) 	border: none;
Christian Fraß [mod] adjustment for connec...

Christian Fraß authored 2 years ago

23) 	border-radius: 2px;