Browse Source

Merge pull request #1546 from darkimmortal/master

Fix for white-on-white profiler text when using dark site theme
Taylor Otwell 12 years ago
parent
commit
ff682d69c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel/profiling/profiler.css

+ 1 - 0
laravel/profiling/profiler.css

@@ -8,6 +8,7 @@
 	right:0 !important;
 	right:0 !important;
 	width:100%;
 	width:100%;
 	z-index: 9999 !important;
 	z-index: 9999 !important;
+	color: #000;
 }
 }
 
 
 .anbu-tabs
 .anbu-tabs