The font size of Chrome Developer Tools is too small. I have to modify the devTools.css every time I open the Developer Tool.

Are there any way to modify the devTools.css and save it?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Yep, you can tweak the Custom.css file in the User StyleSheets directory in your user data directory. Here's a blog post about doing that. http://darcyclarke.me/design/skin-your-chrome-inspector/

Then add the following to increase the font size: http://dpaste.com/hold/599668/

link|improve this answer
and also if you like black background use my gist gist.github.com/1249280 – Mohsen Oct 13 '11 at 21:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.