1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-02 11:28:05 +02:00
CanvasBlocker/browserAction/browserAction-default.css

12 lines
209 B
CSS
Raw Normal View History

body {
color: rgb(60, 62, 60);
background-color: rgb(249, 250, 249);
}
.action {
border-color: rgb(190, 190, 190);
}
.action:active, .action:hover, .action:focus {
background-color: rgb(185, 185, 185);
}