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:hover {
149 background-color: var(--surface-1);
157 #footer .footer-text {
158 color: var(--subtext-0);
161 #footer .footer-link {
163 padding: 0.15rem 0.25rem;
166 #footer .footer-link:hover {
167 background-color: var(--surface-1);
170 /* Link rules that enforce theme */
172 text-decoration: none;