html { font-family: sans-serif; } header, main, footer { max-width: 40em; margin: 0 auto; } footer { text-align: center; } time.right { float: right; } // blockquotes modified, from spacetchi (spacetchi.net) blockquote, blockquote a, q { margin-left: 0; margin-right: 0; padding: 0; color: #79740e; @media (prefers-color-scheme: dark) { color: #98971a; } } blockquote > *:before, q:before { content: ">"; display: inline; } ol, ul { white-space: nowrap; padding-left: 16px; } li { margin-bottom: 8px; } a { text-decoration: underline; padding: 5px; } body, a { background-color: #fbf1c7; color: #3c3836; // a:visited { // color: #076678; // } @media (prefers-color-scheme: dark) { background-color: #282828; color: #ebdbb2; } } // syntax highlighting .giallo-l { display: inline-block; min-height: 1lh; width: 100%; } .giallo-ln { display: inline-block; user-select: none; margin-right: 0.4em; padding: 0.4em; min-width: 3ch; text-align: right; opacity: 0.8; } header, footer { display: flex; justify-content: space-between; align-items: center; max-height: 2em; }