mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 15:48:51 +01:00
f8287293a2
For #232.
12 lines
209 B
CSS
12 lines
209 B
CSS
body {
|
|
color: rgb(60, 62, 60);
|
|
background-color: rgb(249, 250, 249);
|
|
}
|
|
|
|
.action {
|
|
border-color: rgb(185, 185, 185);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(236, 237, 236);
|
|
} |