Jacky Zhao
2022-05-05 364aee36fc8891c48ab2bd20c396ce321cd7a0a6
assets/styles/base.scss
@@ -343,6 +343,7 @@
    border: var(--outlinegray) 1px solid;
    border-radius: 5px;
    box-sizing: border-box;
    min-height: 250px;
    & > svg {
      margin-bottom: -5px;
@@ -477,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;