The Pink banner bothered me when browsing so I created a css script to mod it.
Installation
If you have custom css style sheets, just paste the code into that.
If you have chrome, try this plugin. Add "https://itch.io/" to the list with the code below in the "Style (CSS)" box.
Code
.primary_header, .feedback_widget {background-color:#090909 !important;
text-shadow: 0 1px 0 #090909 !important;}
.button {background-color:#090909 !important;
text-shadow: 0 1px 0 #090909 !important;
color: white !important;}
Questions and comments welcome!
PS, I hope this is permitted here, and it's not against any rules. I checked and couldn't find any rules against it.