Jacky Zhao
2024-02-02 9ff1fdd280f4b4c554f1bddfa51689fcb1576558
quartz/components/styles/search.scss
@@ -117,7 +117,8 @@
        }
        @media all and (max-width: $tabletBreakpoint) {
          display: block;
          display: block !important;
          & > *:not(#results-container) {
            display: none !important;
          }
@@ -153,10 +154,6 @@
            margin: 0 auto;
            width: min($pageWidth, 100%);
          }
          a.internal {
            background-color: inherit;
          }
        }
        & > #results-container {
@@ -182,6 +179,7 @@
            outline: none;
            font-weight: inherit;
            &:hover,
            &:focus,
            &.focus {
              background: var(--lightgray);