Last active
          December 14, 2015 01:19 
        
      - 
      
- 
        Save amiroff/5005546 to your computer and use it in GitHub Desktop. 
    Make Chrome dev tools look good under Linux
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /**********************************************/ | |
| /* | |
| /* Make Chrome dev tools look good under Linux | |
| /* ~/.config/google-chrome/Default/User StyleSheets/Custom.css | |
| /* chrome-devtools://devtools/devTools.css | |
| /* See https://plus.google.com/115133653231679625609/posts/UZF34wPJXsL | |
| /* | |
| /**********************************************/ | |
| body.platform-linux .monospace, body.platform-linux .source-code { | |
| font-size: 16px !important; | |
| font-family: Inconsolata !important; | |
| line-height: 19px; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment