mkv

Untitled

mkv
Sep 21st, 2018
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. p {
  2.     color: #777;
  3. }
  4.  
  5. pre {
  6.     color: #8b7;
  7. }
  8.  
  9. pre.lightblue {
  10.     color: #69b;
  11.     border: .1em solid #333;
  12.     border-width: .1em 0;
  13.     display: inline-block;
  14.     margin: 0 -1em;
  15.     padding: .5em .9em;
  16.     background: #000;
  17. }
  18.  
  19. a {
  20.     color: #fc6;
  21. }
  22.  
  23. pre.red {
  24.     color: #e47;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment