mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 23:58:52 +01:00
5e5011f208
Fixes #236
24 lines
428 B
CSS
24 lines
428 B
CSS
body {
|
|
background-color: rgb(74, 74, 79);
|
|
color: rgb(249, 249, 250);
|
|
}
|
|
|
|
.collapsible .collapser {
|
|
color: rgb(120, 145, 255);
|
|
}
|
|
|
|
.hasHiddenActions {
|
|
color: rgb(182, 194, 245);
|
|
}
|
|
|
|
.hasHiddenActions:hover, .hasHiddenActions .actions {
|
|
background-color: rgb(92, 92, 97);
|
|
}
|
|
|
|
.modal button {
|
|
border-color: rgb(92, 92, 97);
|
|
}
|
|
|
|
.modal button:active, .modal button:hover, .modal button:focus {
|
|
background-color: rgb(92, 92, 97);
|
|
} |