3 * Copyright (c) 2025 Arthur Taft. All Rights Reserved.
42 /* Set width so things actually fit */
44 background-color: var(--base);
54 /* Main page content */
57 flex-direction: column;
75 list-style-type: none;
78 justify-content: space-between;
89 #top-nav .nav-link:hover {
90 background-color: var(--surface-1);
103 #title-div .page-title {
107 /* Misc container rules (anything goes here) */
110 flex-direction: column;
114 #container .main-header {
115 color: var(--lavender);
118 /* Link rules that enforce theme */
121 text-decoration: none;