You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 satır
795B

  1. body {
  2. color: #ddd;
  3. background-color: #000;
  4. }
  5. ::-moz-selection {
  6. background: #9375fd;
  7. color: #fff;
  8. text-shadow: none
  9. }
  10. ::selection {
  11. background: #9375fd;
  12. color: #fff;
  13. text-shadow: none
  14. }
  15. hr {
  16. border-color: #333;
  17. }
  18. blockquote {
  19. border-color: #ddd;
  20. }
  21. h1,h2,h3,h4,h5,h6 {
  22. color: #ddd;
  23. }
  24. a,a:hover {
  25. color: #9375fd;
  26. text-decoration: none;
  27. }
  28. table tbody tr:nth-of-type(even) {
  29. background-color: rgba(255, 255, 255, 0.15);
  30. }
  31. .site-description a,
  32. .site-description a:hover {
  33. color: #ddd;
  34. text-decoration: underline;
  35. }
  36. a:hover {
  37. opacity: 0.8;
  38. }
  39. .post-tags .tags a {
  40. border: 1px solid #ddd;
  41. color: #ddd;
  42. }
  43. .site-title a {
  44. color: #ddd;
  45. text-decoration: none !important;
  46. }
  47. .header nav,
  48. .footer {
  49. border-color: #333;
  50. }
  51. .highlight {
  52. background-color: #333;
  53. }