mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-12 08:08:52 +01:00
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);
|
||
|
}
|