| | |
| | | |
| | | #TableOfContents > ol { |
| | | counter-reset: section; |
| | | margin-left: 0em; |
| | | margin-left: 0; |
| | | padding-left: 1.5em; |
| | | & > li { |
| | | counter-increment: section; |
| | |
| | | } |
| | | |
| | | blockquote { |
| | | margin-left: 0em; |
| | | margin-left: 0; |
| | | border-left: 3px solid var(--secondary); |
| | | padding-left: 1em; |
| | | transition: border-color 0.2s ease; |
| | |
| | | & h3 { |
| | | opacity: 1; |
| | | font-weight: 700; |
| | | margin: 0em; |
| | | margin: 0; |
| | | } |
| | | |
| | | & .meta { |
| | |
| | | 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; |