From 8a1bec598dbc2796338799c29a8c3414d2b580ae Mon Sep 17 00:00:00 2001 From: flyon Date: Thu, 16 Jan 2014 20:00:01 +0700 Subject: [PATCH] changed color of console.log output strings changed color of console.log output strings for better readability. also changed the color of links to the file and linenumber next to the output of console.log --- Custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Custom.css b/Custom.css index d809204..ef3e45e 100644 --- a/Custom.css +++ b/Custom.css @@ -775,3 +775,12 @@ div.sidebar-pane-stack#scripts-debug-sidebar-contents { .resources.panel .split-view-vertical > .split-view-contents-second { background: #1d1f21 !important; } + +.console-debug-level .console-message-text { + color: #FFC97C !important; +} +#console-messages a,#console-messages a:hover { + color: #ABCA7E !important; +} + +