summaryrefslogtreecommitdiff
path: root/styles/widgets.css
blob: a8310e3405f84387bef8b1c6e1a31de64d3a9c29 (plain)
1
2
3
4
5
6
7
8
.widget {
    background-color: #ddd;
    border-radius: 10px;
}

.toggle {
    background-color: gray;
}