3 * Copyright (c) 2025 Arthur Taft. All Rights Reserved.
7 font-family: "Liberation Mono";
8 src: url("LiberationMono-Regular.woff2");
40 font-family: 'Liberation Mono', sans-serif;
49 /* Set width so things actually fit */
51 background-color: var(--base);
61 /* Main page content */
64 flex-direction: column;
82 list-style-type: none;
85 justify-content: space-between;
96 #top-nav .nav-link:hover {
97 background-color: var(--surface-1);
110 #title-div .page-title {
119 /* Misc container rules (anything goes here) */
122 flex-direction: column;
127 #container .main-header {
128 color: var(--lavender);
132 #container .main-subheading {
133 color: var(--sapphire);
139 #container .main-text {
140 color: var(--subtext-1);
156 #footer .footer-text {
157 color: var(--subtext-0);
160 #footer .footer-link {
162 padding: 0.15rem 0.25rem;
165 #footer .footer-link:hover {
166 background-color: var(--surface-1);
169 /* Link rules that enforce theme */
172 text-decoration: none;