Differences From
Artifact [fb57063208]:
631 631 }
632 632
633 633 menu { all: unset; display: block; }
634 634 body.conf main {
635 635 display: grid;
636 636 grid-template-columns: 2in 1fr;
637 637 grid-template-rows: max-content 1fr;
638 + div.context {
639 + border-radius: 4px;
640 + text-align: center;
641 + background: tone(-53%);
642 + box-shadow: 0 1px 0 1px tone(-55%);
643 + border: 1px solid tone(-20%);
644 + font-style: italic;
645 + padding: 0.1in;
646 + }
638 647 > menu { @extend %navmenu; }
639 648 > .panel {
640 649 grid-column: 2/3; grid-row: 1/3;
641 650 padding-left: 0.15in;
642 651 > h1 {
643 652 padding-bottom: 0.1in;
644 653 margin-bottom: 0.1in;