mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Set code/pre color to black (#335)
Some existing user-provided stylesheets on the page might have a different default color for code and pre elements; set it to black: similar to what is already being done with the root div.phpdebugbar style.
This commit is contained in:
parent
e7e0dba82b
commit
a186961e30
@ -78,6 +78,7 @@ div.phpdebugbar code, div.phpdebugbar pre {
|
||||
background: none;
|
||||
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||
font-size: 1em;
|
||||
color: #000;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user