Modify or Create custom CSS Code.
In this example we will try to change the background color of the edit button.
.q-mx-xs{ background-color:red !important; }
q-mx-xs is the class name of the edit button, you can verify that by going to Edit Page View tab.
The output of our code would be like this: