mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
1cb5f6efa9
First draft for #232.
12 lines
203 B
CSS
12 lines
203 B
CSS
body {
|
|
background-color: rgb(74, 74, 79);
|
|
color: rgb(249, 249, 250);
|
|
}
|
|
|
|
.action {
|
|
border-color: rgb(92, 92, 97);
|
|
}
|
|
|
|
.action:active, .action:hover, .action:focus {
|
|
background-color: rgb(92, 92, 97);
|
|
} |