Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.css « css - github.com/ClusterM/alice-smart-home.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9285cfa727cb9c5a2254850cee8c3019f0851d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body {
    background-color: #333333;
    color: #FFFFFF;
}

input {
    height: 1.5em; font-size: 1em;
}

.error {
    color: red;
}