I have a submit point that looks way better with the old Switch Client than it does in Switch Portal:
Switch Client 13:

Switch Portal 17 update 2:

or

Code: Select all
if you are not familiar with CSS here an exemple
.thisClassYouWantToManipulate{
background-color:red!important;
border-radius:5px!important;
}