The background of the HTML page is white (#FFFFFF). Choose the CSS style that will make it easy to understand which text is in focus. code example
Example: css focus change color
<style>
.dabutton:focus {
background-color:yellow;
}
</style>
<button class="dabutton"></button> // <-- usage