gtk-examples-python/libadwaita/resources/2-buttons.css
Alperen İsa Nalbant cc295c020d
restore files
2022-06-17 17:42:29 +03:00

15 lines
No EOL
141 B
CSS

.green {
background: #2ec27e;
}
.yellow {
background: #f5c211;
}
.purple {
background: #813d9c;
}
.orange {
background: #e66100;
}