Web Inspector: Dark Mode: Network headers colors are too dim
https://bugs.webkit.org/show_bug.cgi?id=186985

Reviewed by Brian Burg.

Increasing the luminance of network header colors by increasing lightness and brightness.

* UserInterface/Views/DarkMode.css:
(@media (prefers-dark-interface)):
(:root):


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@233153 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog
index e4f7329..78cb8b3 100644
--- a/Source/WebInspectorUI/ChangeLog
+++ b/Source/WebInspectorUI/ChangeLog
@@ -1,5 +1,18 @@
 2018-06-25  Nikita Vasilyev  <nvasilyev@apple.com>
 
+        Web Inspector: Dark Mode: Network headers colors are too dim
+        https://bugs.webkit.org/show_bug.cgi?id=186985
+
+        Reviewed by Brian Burg.
+
+        Increasing the luminance of network header colors by increasing lightness and brightness.
+
+        * UserInterface/Views/DarkMode.css:
+        (@media (prefers-dark-interface)):
+        (:root):
+
+2018-06-25  Nikita Vasilyev  <nvasilyev@apple.com>
+
         Web Inspector: Dark Mode: Font guideline colors are too bright
         https://bugs.webkit.org/show_bug.cgi?id=186986