1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-27 13:52:46 +02:00
CanvasBlocker/browserAction/browserAction-light.css

12 lines
209 B
CSS
Raw Normal View History

body {
color: rgb(12, 12, 13);
background-color: rgb(255, 255, 255);
}
.action {
border-color: rgb(222, 222, 222);
}
.action:active, .action:hover, .action:focus {
background-color: rgb(240, 240, 240);
}