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:
parent
4165731a93
commit
96438b68bd
@ -8,6 +8,7 @@ div.phpdebugbar {
|
||||
background: #fff;
|
||||
z-index: 10000;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* -------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user