:root { --main: #ebabb9; --bg: #1e1f21; --fg: #eeeff1; } .footpara { display: inline; } body { background-color: var(--bg); color: var(--fg); max-width: 80ch; margin: auto; font-family: serif; font-variant-emoji: text; } a { color: var(--main); } .buttons > p { margin: 0; } .footnum, .footref { text-decoration: none; } .pages { text-align: center; } .logo { color: var(--main); font-size: 2em; margin-bottom: 0; } ul { list-style: "~> " };