Jacky Zhao
2024-02-02 2b57a68e1f9528de3c08633251f37d5755c75698
quartz/components/styles/explorer.scss
@@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
button#explorer {
  all: unset;
  background-color: transparent;
@@ -85,7 +87,7 @@
    color: var(--secondary);
    font-family: var(--headerFont);
    font-size: 0.95rem;
    font-weight: 600;
    font-weight: $boldWeight;
    line-height: 1.5rem;
    display: inline-block;
  }
@@ -110,7 +112,7 @@
      font-size: 0.95rem;
      display: inline-block;
      color: var(--secondary);
      font-weight: 600;
      font-weight: $boldWeight;
      margin: 0;
      line-height: 1.5rem;
      pointer-events: none;