mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01:00
1cb5f6efa9
First draft for #232.
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);
|
|
} |