mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-10 13:45:07 +01:00
7 lines
129 B
CSS
7 lines
129 B
CSS
.action {
|
|
border-color: rgb(92, 92, 97);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(92, 92, 97);
|
|
} |