Jacky Zhao
2022-08-01 b10b23a47bb822bc3eee671d24fd954ec8d74a7d
assets/styles/base.scss
@@ -42,15 +42,15 @@
  padding: 2rem auto 1rem;
  &:hover > .hanchor {
    opacity: 1;
    color: var(--secondary);
  }
}
.hanchor {
  font-family: var(--font-header);
  opacity: 0.2;
  transition: opacity 0.3s ease;
  color: var(--secondary);
  opacity: 0.8;
  transition: color 0.3s ease;
  color: var(--dark);
}
p, ul, text, a, tr, td, li, ol, ul {
@@ -169,7 +169,7 @@
      background-color: transparent !important;
    }
    & a[href$="#"] {
    & a[href$="#"], &.active a {
      opacity: 0.2;
    }
  }
@@ -177,6 +177,7 @@
article {
  & > h1 {
    margin-top: 2em;
    font-size: 2em;
  }
  
@@ -506,7 +507,13 @@
  & > .section {
    display: flex;
    align-items: center; 
    @media all and (max-width: 600px) {
      & .tags {
        display: none;
      }
    }
    & h3 > a {
      font-weight: 700;
      margin: 0;