Jacky Zhao
2024-02-02 45b93a80f4538b43bf71993d05902308db786051
quartz/components/styles/search.scss
@@ -85,7 +85,7 @@
      & > #search-layout {
        display: flex;
        flex-direction: row;
        opacity: 0;
        visibility: hidden;
        border: 1px solid var(--lightgray);
        & > div {
@@ -139,7 +139,8 @@
            line-height: 1.5em;
            font-weight: 400;
            background: var(--light);
            border-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow:
              0 14px 50px rgba(27, 33, 48, 0.12),
              0 10px 30px rgba(27, 33, 48, 0.16);