@background-color: #111114; @foreground-color: #bfbfbf; @link-color: #a88654; @font-family: sans-serif; body { background-color: @background-color; color: @foreground-color; font-family: @font-family; } a { color: @link-color; } figure { text-align: center; } pre.src { @import (less) "yoshi.css"; position: static; &::before { background-color: @background-color; } } .org-src-container { position: relative; } .org-svg { width: unset; } #content { max-width: 900px; margin: 0 auto; }