We want to reset the profiler bar so that it's still readable even if the page's font color is light or borders are added to links.
@@ -1,3 +1,8 @@
+.anbu * {
+ color: black;
+ border: 0 !important;
+}
+
.anbu
{
font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;