mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-12 16:18:53 +01:00
12 lines
209 B
CSS
12 lines
209 B
CSS
|
body {
|
||
|
color: rgb(12, 12, 13);
|
||
|
background-color: rgb(255, 255, 255);
|
||
|
}
|
||
|
|
||
|
.action {
|
||
|
border-color: rgb(222, 222, 222);
|
||
|
}
|
||
|
|
||
|
.action:active, .action:hover, .action:focus {
|
||
|
background-color: rgb(240, 240, 240);
|
||
|
}
|