| | |
| | | @use "./custom.scss"; |
| | | @use "./variables.scss" as *; |
| | | @use "./syntax.scss"; |
| | | @use "./callouts.scss"; |
| | | @use "./variables.scss" as *; |
| | | |
| | | html { |
| | | scroll-behavior: smooth; |
| | |
| | | } |
| | | |
| | | & article { |
| | | position: relative; |
| | | |
| | | & > h1 { |
| | | font-size: 2rem; |
| | | } |
| | |
| | | |
| | | ul.overflow, |
| | | ol.overflow { |
| | | height: 300px; |
| | | max-height: 400; |
| | | overflow-y: auto; |
| | | |
| | | // clearfix |
| | |
| | | clear: both; |
| | | |
| | | & > li:last-of-type { |
| | | margin-bottom: 50px; |
| | | margin-bottom: 30px; |
| | | } |
| | | |
| | | &:after { |
| | |
| | | background: linear-gradient(transparent 0px, var(--light)); |
| | | } |
| | | } |
| | | |
| | | .transclude { |
| | | ul { |
| | | padding-left: 1rem; |
| | | } |
| | | } |