1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-15 14:09:36 +02:00

Added theme for browser action popup

First draft for #232.
This commit is contained in:
kkapsner 2018-08-21 21:53:13 +02:00
parent 454873b6df
commit 1cb5f6efa9
8 changed files with 103 additions and 9 deletions

View file

@ -0,0 +1,12 @@
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);
}