1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-20 18:42:45 +02:00
CanvasBlocker/browserAction/browserAction-dark.css

12 lines
203 B
CSS
Raw Permalink Normal View History

body {
background-color: rgb(74, 74, 79);
color: rgb(249, 249, 250);
}
.action {
border-color: rgb(92, 92, 97);
}
.action:active, .action:hover, .action:focus {
background-color: rgb(92, 92, 97);
}