1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-16 09:59:51 +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 {
2018-08-21 23:25:57 +02:00
border-color: rgb(185, 185, 185);
}
.action:active, .action:hover, .action:focus {
2018-08-21 23:25:57 +02:00
background-color: rgb(236, 237, 236);
}