1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
html { font-family: "Open Sans", sans-serif; color: #ebdbb2; background-color: #282828; } p { margin: 1em 0; } a { color: #fabd2f; text-decoration: none; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-weight: normal; }