1
0
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:
James Johnston 2017-07-15 02:11:45 -07:00 committed by Barry vd. Heuvel
parent e7e0dba82b
commit a186961e30

View File

@ -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;