*:focus { //disable Chrome outline of focused elements outline: none; } html, body { width: 100%; height: 100%; background-color: @base; .light { background-color: white; // FIXME : hack for readability } }