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;
126 #container .main-header {
127 color: var(--lavender);
131 #container .main-subheading {
132 color: var(--sapphire);
138 #container .main-text {
139 color: var(--subtext-1);
150 /* Link rules that enforce theme */
153 text-decoration: none;