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;
97 #top-nav .nav-link:hover {
98 background-color: var(--surface-1);
111 #title-div .page-title {
120 /* Misc container rules (anything goes here) */
123 flex-direction: column;
128 #container .main-header {
129 color: var(--lavender);
133 #container .main-subheading {
134 color: var(--sapphire);
140 #container .main-text {
141 color: var(--subtext-1);
148 #container .pgp-link {
149 padding: 0.25rem 0.25rem;
152 #container .pgp-link:hover {
153 background-color: var(--surface-1);
160 flex-direction: column;
161 justify-content: start;
164 #footer .footer-text {
165 color: var(--subtext-0);
169 color: var(--subtext-0);
173 #footer .footer-link {
175 padding: 0.15rem 0.25rem;
178 #footer .footer-link:hover {
179 background-color: var(--surface-1);
182 /* Link rules that enforce theme */
184 text-decoration: none;
195 @media (min-width:300px) {
206 #container .main-text {
212 @media (min-width:900px) {
222 #container .main-text {