body { color: rgb(12, 12, 13); background-color: rgb(255, 255, 255); } .collapsible .collapser { color: blue; } .hasHiddenActions { color: darkblue; } .hasHiddenActions:hover, .hasHiddenActions .actions { background-color: rgb(240, 240, 240); } .modal button { border-color: rgb(240, 240, 240); } .modal button:active, .modal button:hover, .modal button:focus { background-color: rgb(240, 240, 240); }