body { background: #19191b; color: #ccc; font-family: sans-serif; } body > * { max-width: 42em; margin: 0 auto; } header { text-align: center; } section { border: 1px solid #242529; padding: 0.6em; } section > :first-child { margin-top: 0; } footer { text-align: center; color: #777; font-size: 80%; padding: 1em; } h1 { color: #5a5252; } h2 { background: #242529; padding: 0.2em 0.5em; } a:not(.recent-item):link, a.recent-item:link .name { color: #a96e3d; } a:not(.recent-item):hover, a.recent-item:hover .name { color: #e69958; } a:not(.recent-item):visited, a.recent-item:visited .name { color: #bd402d; } a:not(.recent-item):visited:hover, a.recent-item:visited:hover .name { color: #e44e37; } a:not(.recent-item):active, a:not(.recent-item):visited:active, a.recent-item:active .name, a.recent-item:visited:active .name { color: #e675e6; } .recent-item .name { text-decoration: underline; } .recent-item .id { font-family: monospace; } .recent-item { color: inherit; text-decoration: none; display: block; padding: 0.3em; border-bottom: 1px solid #242529; } .recent-item:hover { background: #1e1f23; cursor: pointer; } .recent-item:active { background: #2f262f; } .recent-item > .details { color: #555; font-size: 80%; } .left-right { display: flex; justify-content: space-between; } .left-right > * { display: block; }