aboutsummaryrefslogtreecommitdiff
path: root/resources/style.css
blob: 7878bc2b53ebaf03716b45039939d3146b3e17c6 (plain)
1
2
3
4
5
6
7
8
.g-DangerButton {
    background-color: #cd0808;
    color: white;
}

.g-DangerButton:hover {
    background-color: #e20808;
}