Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. * {
  2. color: #93A1A1 !important;
  3. background-color: #002b36 !important;
  4. }
  5. body > center > table > tbody > tr:first-child * {
  6. background-color: #073642 !important;
  7. }
  8. body > center > table > tbody > tr:first-child * a:hover {
  9. background: #002b36 !important;
  10. }
  11. code, pre, input, textarea {
  12. background: #073642 !important;
  13. }
  14. a {
  15. /*color: #2aa198 !important;*/
  16. color: #b58900 !important;
  17. }
  18. .subtext a {
  19. color: #93A1A1 !important;
  20. }
  21. a:visited, a:visited span {
  22. /*color: #b58900 !important;*/
  23. color: #2aa198 !important;
  24. }
  25. a:hover, a:hover span {
  26. background: #073642 !important;
  27. }
  28. .comment { font-size: 10pt; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement