stylesheet.css 415 B

12345678910111213141516171819
  1. /* From <http://bettermotherfuckingwebsite.com/>. */
  2. body {
  3. margin:40px auto;
  4. max-width: 650px;
  5. line-height: 1.6;
  6. font-size: 18px;
  7. background-color: #FDF6E3; /* Solarized Background */
  8. color: #657B83; /* Solarized Primary */
  9. padding: 0 10px
  10. }
  11. h1, h2, h3 {
  12. line-height: 1.2
  13. }
  14. a {
  15. color: #859900; /* Solarized Green */
  16. }
  17. a:visited {
  18. color: #93A1A1; /* Solarized Secondary */
  19. }