1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-03-24 16:50:14 +01:00

Fixed default theme

For #232.
This commit is contained in:
kkapsner 2018-08-21 23:25:57 +02:00
parent bfb959c290
commit f8287293a2

View File

@ -4,9 +4,9 @@ body {
} }
.action { .action {
border-color: rgb(190, 190, 190); border-color: rgb(185, 185, 185);
} }
.action:active, .action:hover, .action:focus { .action:active, .action:hover, .action:focus {
background-color: rgb(185, 185, 185); background-color: rgb(236, 237, 236);
} }