Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. /*Github start*/
  2. .blob-code-inner, .blob-num, .highlight pre {
  3. font-family:"Operator Mono Lig" !important;
  4. font-size: 16px !important;
  5. }
  6. .pl-c, .pl-e {
  7. font-style: italic;
  8. }
  9. .pl-c {
  10. color: #4CAF50;
  11. }
  12. /*Github end*/
  13.  
  14. /*Stackoverflow start*/
  15. code >span {
  16. font-family:"Operator Mono Lig" !important;
  17. }
  18. .kwd, .lit, .typ {
  19. font-style: italic;
  20. }
  21. /*Stackoverflow end*/
Add Comment
Please, Sign In to add comment