Jacky Zhao
2022-05-06 ed9a8efd1ff4ee569fa4256e044151670abaea82
assets/styles/base.scss
@@ -441,7 +441,7 @@
    }
    & > #results-container {
      & > .result-card {
      & .result-card {
        padding: 1em;
        cursor: pointer;
        transition: background 0.2s ease;
@@ -478,17 +478,17 @@
        & > h3, & > p {
          margin: 0;
        }
        & .search-highlight {
          background-color: #afbfc966;
          padding: 0.05em 0.2em;
          border-radius: 3px;
        }
      }
    }
  }
}
.search-highlight {
  background-color: #afbfc966;
  padding: 0.05em 0.2em;
  border-radius: 3px;
}
.section-ul {
  list-style: none;
  padding-left: 0;
@@ -569,7 +569,7 @@
    font-size: 0.8rem;
  }
  & > p {
  & > p, & > a {
    margin: 0;
    font-weight: 400;
    user-select: none;