1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-07-01 23:38:56 +02:00
CanvasBlocker/themes/dark/browserAction.css

7 lines
129 B
CSS
Raw Normal View History

.action {
border-color: rgb(92, 92, 97);
}
.action:active, .action:hover, .action:focus {
background-color: rgb(92, 92, 97);
}