/* :root { */ /* /\* Polar Night *\/ */ /* --nord0: #2E3440; */ /* --nord1: #3B4252; */ /* --nord2: #434C5E; */ /* --nord3: #4C566A; */ /* /\* Snow Storm *\/ */ /* --nord4: #D8DEE9; */ /* --nord5: #E5E9F0; */ /* --nord6: #ECEFF4; */ /* /\* Frost *\/ */ /* --nord7: #8FBCBB; */ /* --nord8: #88C0D0; */ /* --nord9: #81A1C1; */ /* --nord10: #5E81AC; */ /* /\* Aurora *\/ */ /* --nord11: #BF616A; */ /* --nord12: #D08770; */ /* --nord13: #EBCB8B; */ /* --nord14: #A3BE8C; */ /* --nord15: #B48EAD; */ /* } */ /* :root { */ /* --background-color: var(--nord0); */ /* --primary-text-color: var(--nord6); */ /* --secondary-text-color: var(--nord5); */ /* --tertiary-text-color: var(--nord4); */ /* --highlight-color: var(--nord7); */ /* --primary-color: var(--nord8); */ /* --secondary-color: var(--nord9); */ /* --tertiary-color: var(--nord10); */ /* --error-color: var(--nord11); */ /* --danger-color: var(--nord12); */ /* --warning-color: var(--nord13); */ /* --success-color: var(--nord14); */ /* } */ /* body { */ /* font-family: serif; */ /* font-size: 16px; */ /* background-color: var(--background-color); */ /* color: var(--primary-text-color); */ /* margin: 0.5rem; */ /* display: flex; */ /* flex-direction: column; */ /* align-items: center; */ /* } */ /* header, footer { */ /* position: fixed; */ /* right: 0.5rem; */ /* display: flex; */ /* flex-direction: column; */ /* gap: 0.5rem; */ /* } */ /* header { */ /* top: 0.5rem; */ /* } */ /* footer { */ /* bottom: 0.5rem; */ /* } */ /* header a, footer a { */ /* display: flex; */ /* flex-direction: column; */ /* align-items: center; */ /* font-size: xx-small; */ /* } */ /* img.bordered { */ /* border: 2px solid var(--primary-color); */ /* border-radius: 5px; */ /* } */ /* article { */ /* max-width: 888px; */ /* margin-right: 56px; */ /* } */ /* a { */ /* text-decoration: none; */ /* color: var(--primary-color); */ /* } */ /* article a:before { */ /* content: "→ "; */ /* text-decoration: none; */ /* color: var(--warning-color); */ /* display: inline-block; */ /* margin-right: 0.5rem; */ /* } */ /* article a:hover { */ /* text-decoration: underline; */ /* } */ /* li { */ /* color: var(--tertiary-text-color); */ /* } */ /* blockquote { */ /* font-style: italic; */ /* color: var(--secondary-text-color); */ /* margin: 0 0 0 1rem; */ /* padding: 0.5rem 1rem; */ /* border-left: 5px solid var(--primary-color); */ /* } */ /* pre { */ /* color: var(--secondary-color); */ /* } */ /* pre:not(article > pre:first-child) { */ /* font-size: 16px; */ /* background-color: var(--nord1); */ /* padding: 0.5rem; */ /* border-radius: 5px; */ /* } */