1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-29 11:17:52 +01:00

Set color to black

When the site has a white text-color, the text cannot be read. Set to black by default.
This commit is contained in:
Barry vd. Heuvel 2013-09-12 17:35:56 +02:00
parent 4165731a93
commit 96438b68bd

View File

@ -8,6 +8,7 @@ div.phpdebugbar {
background: #fff;
z-index: 10000;
font-size: 14px;
color: #000;
}
/* -------------------------------------- */