Reset the profiler bar
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.
This commit is contained in:
parent
d2fefa65aa
commit
113dcc9b37
|
@ -1,3 +1,8 @@
|
|||
.anbu * {
|
||||
color: black;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.anbu
|
||||
{
|
||||
font-family:Helvetica, "Helvetica Neue", Arial, sans-serif !important;
|
||||
|
|
Loading…
Reference in New Issue