3 * Copyright (c) 2025 Arthur Taft. All Rights Reserved.
35 font-family: 'Liberation Mono', sans-serif;
44 /* Set width so things actually fit */
46 background-color: var(--base);
56 /* Main page content */
59 flex-direction: column;
77 list-style-type: none;
80 justify-content: space-between;
91 #top-nav .nav-link:hover {
92 background-color: var(--surface-1);
105 #title-div .page-title {
109 /* Misc container rules (anything goes here) */
112 flex-direction: column;
116 #container .main-header {
117 color: var(--lavender);
121 #container .main-subheading {
122 color: var(--sapphire);
128 #container .main-text {
129 color: var(--subtext-1);
135 /* Link rules that enforce theme */
138 text-decoration: none;