Jacky Zhao
2023-07-23 7db2eda76cf51fd631d385c12a7b411339406067
quartz/components/styles/search.scss
@@ -67,7 +67,9 @@
        width: 100%;
        border-radius: 5px;
        background: var(--light);
        box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
        box-shadow:
          0 14px 50px rgba(27, 33, 48, 0.12),
          0 10px 30px rgba(27, 33, 48, 0.16);
        margin-bottom: 2em;
      }
@@ -108,7 +110,8 @@
            font-weight: 700;
          }
          &:hover, &:focus {
          &:hover,
          &:focus {
            background: var(--lightgray);
          }
@@ -132,7 +135,6 @@
          }
        }
      }
    }
  }
}