1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 16:49:42 +00:00
tempgopher/html/css/custom.css
Mike Shoup 8aebae0ebe Add ability to enable/disable heating/cooling via UI
Also fixes a bug that the new value wasn't getting copied to the new config

Fixes #18
2018-11-01 06:45:38 -06:00

7 lines
88 B
CSS

label {
font-weight: normal;
}
input[type="checkbox"] {
margin-right: 0.5em;
}