mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-17 16:04:15 +00:00
14 lines
218 B
CSS
14 lines
218 B
CSS
Button {
|
|
border-radius: 15px;
|
|
background-color: rgb(136, 0, 170);
|
|
color: white
|
|
}
|
|
|
|
Button:hover {
|
|
background-color: rgb(166, 0, 200);
|
|
}
|
|
|
|
Button:pressed:!hover {
|
|
background-color: rgb(136, 0, 170);
|
|
}
|