mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-16 07:23:59 +00:00
13 lines
194 B
CSS
13 lines
194 B
CSS
Button {
|
|
border-radius: 15px;
|
|
background-color: rgb(136, 0, 170);
|
|
}
|
|
|
|
Button:hover {
|
|
background-color: rgb(166, 0, 200);
|
|
}
|
|
|
|
Button:pressed {
|
|
background-color: rgb(136, 0, 170);
|
|
}
|