:root { background: #1e1e2e; color: #cdd6f4; font-family: mono; } html { --border-width: 5px; padding: var(--border-width); &:before { content: ''; position: fixed; inset: 0; border: solid var(--border-width) #b4befe; } } .visually-hidden{ opacity: 0; } .cmd-clipboard{ opacity: 0; } .terminal-hidden{ opacity: 0; } .cmd-prompt { display: inline-block; } .cmd-cursor-line { display: inline-block; } .terminal-error { color: #f38ba8; } .terminal-output { hyphens: manual; } @font-face { font-family: "mono"; src: url(assets/DepartureMono-Regular.otf); font-weight: normal; }