Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

63 lines
710B

  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. .site-description a,
  29. .site-description a:hover {
  30. color: #ddd;
  31. text-decoration: underline;
  32. }
  33. a:hover {
  34. opacity: 0.8;
  35. }
  36. .post-tags .tags a {
  37. border: 1px solid #ddd;
  38. color: #ddd;
  39. }
  40. .site-title a {
  41. color: #ddd;
  42. text-decoration: none !important;
  43. }
  44. .header nav,
  45. .footer {
  46. border-color: #333;
  47. }
  48. .highlight {
  49. background-color: #333;
  50. }