diff --git a/browserAction/browserAction-default.css b/browserAction/browserAction-default.css index 6a2940a..586952d 100644 --- a/browserAction/browserAction-default.css +++ b/browserAction/browserAction-default.css @@ -4,9 +4,9 @@ body { } .action { - border-color: rgb(190, 190, 190); + border-color: rgb(185, 185, 185); } .action:active, .action:hover, .action:focus { - background-color: rgb(185, 185, 185); + background-color: rgb(236, 237, 236); } \ No newline at end of file