dark.css 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .theme-dark { background-color: #30363c; color: #e0e0e6; }
  2. .theme-dark a { color: #FFF; font-weight: normal; border-color: #7aa4ab }
  3. .theme-dark a:hover { border-color: #83efff }
  4. .theme-dark .editbg { background-color: #3a333f }
  5. .theme-dark .post { border-color: #47505a }
  6. .theme-dark .post .title a { color: #97f1ff; font-weight: lighter; }
  7. .theme-dark .post .details .comments-num .num { color: #c6ced7; border-bottom-color: #4b5258 }
  8. .theme-dark .post .details .comments-num .num:hover { border-bottom-color: #83efff; color: #83efff; }
  9. .theme-dark .button-outline { background-color: transparent; border: 1px solid #47505a; color: #83EFFF; }
  10. .theme-dark .button-outline:hover { border-color: #83EFFF; }
  11. .theme-dark .button:hover { border-bottom-color: inherit; }
  12. .theme-dark .button.publish:hover { color: white; }
  13. .theme-dark .bottombar { background-color: rgba(56, 63, 70, 0.9) }
  14. .theme-dark textarea { background-color: #383d44; border-color: #4c5864; color: #F6FEF7 }
  15. .theme-dark .post .body td, .theme-dark .post .body th { border-color: #4b4f54 }
  16. .theme-dark .meditor-editmode:hover { color: #83efff; }
  17. .theme-dark .meditor-editmode.markdown { background-color: #83efff; color: #30363c; border-color: #83efff; }
  18. .theme-dark .feed-follow { border-color: #47505a }
  19. .theme-dark .feed-follow .text-following { color: #F6FEF7 }
  20. .theme-dark .feed-follow.following .text-following { color: #83EFFF }
  21. .theme-dark .feed-follow:hover { background-color: #333940; border-color: #83EFFF; color: #83EFFF }
  22. .theme-dark .menu-item { color: black }
  23. .theme-dark .menu-item:active, .theme-dark .menu-item:focus { color: white }
  24. .theme-dark .feed-follow .icon-feed { background-color: #83EFFF }
  25. .theme-dark .feed-follow .icon-feed:before { border-color: #83EFFF }
  26. .theme-dark .feed-follow .icon-feed:after { border-color: #83EFFF }
  27. .theme-dark .comment .reply .icon { opacity: 1 }
  28. .theme-dark .comment .reply:hover { color: white }
  29. .theme-dark blockquote { border-left-color: #83efff }
  30. .theme-dark .lastcomments { background-color: transparent; }
  31. .theme-dark .comment { background-color: transparent; border-color: #47505a }
  32. .theme-dark .comment .comment-body blockquote a { color: white; }
  33. .theme-dark hr { border-color: #47505a }
  34. .theme-dark .pager a { border-color: #83efff; background-color: #83efff17; }
  35. .theme-dark .button-submit-comment { color: black; }
  36. .theme-dark code { background-color: #232323; border-color: #0A0A0A; color: #d3d3d3; }
  37. .theme-dark .zoom-overlay { background-color: #111 }
  38. .theme-dark .bottombar .save { background-color: #83EFFF; color: black; border-bottom-color: #4b6a6e; }
  39. .theme-dark .markdown-help { background-color: rgba(69, 58, 80, 0.93); }
  40. .theme-dark .left .avatar { background-color: #2f353b; }
  41. .theme-dark .icon-comment { background: #83efff }
  42. .theme-dark .icon-comment:after { border-top-color: #83efff; border-left-color: #83efff; }
  43. .theme-dark .user-size-used { color: #83efff; }