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);
161 #footer .footer-text {
162 color: var(--subtext-0);
165 #footer .footer-link {
167 padding: 0.15rem 0.25rem;
170 #footer .footer-link:hover {
171 background-color: var(--surface-1);
174 /* Link rules that enforce theme */
176 text-decoration: none;