diff --git a/classes/Profiler.php b/classes/Profiler.php index f59d826..741393a 100644 --- a/classes/Profiler.php +++ b/classes/Profiler.php @@ -196,7 +196,7 @@ class Profiler #pickles-profiler { background: #212121; - width: 700px; + width: 800px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px; @@ -223,6 +223,10 @@ class Profiler { background-color: #323232; } + #pickles-profiler, #pickles-profiler table tr td, #pickles-profiler table tr th + { + color: #efefe8; + }