Adam Brangenberg
2022-12-29 614a6222a1638c159d2ac9c005be5b2ddec78dd2
assets/styles/base.scss
@@ -89,7 +89,7 @@
#TableOfContents > ol {
  counter-reset: section;
  margin-left: 0em;
  margin-left: 0;
  padding-left: 1.5em;
  & > li {
    counter-increment: section;
@@ -142,7 +142,7 @@
}
blockquote {
  margin-left: 0em;
  margin-left: 0;
  border-left: 3px solid var(--secondary);
  padding-left: 1em;
  transition: border-color 0.2s ease;
@@ -530,7 +530,7 @@
  & h3 {
    opacity: 1;
    font-weight: 700;
    margin: 0em;
    margin: 0;
  }
  & .meta {
@@ -568,7 +568,7 @@
  transition: opacity 0.2s ease, transform 0.2s ease;
  user-select: none;
  overflow-wrap: anywhere;
  box-shadow: 6px 6px 36px 0px rgba(0,0,0,0.25);
  box-shadow: 6px 6px 36px 0 rgba(0,0,0,0.25);
  @media all and (max-width: 600px) {
    display: none !important;