:root{--gb-bg:#1d2021;--gb-bg1:#282828;--gb-bg2:#322b00;--gb-fg:#ebdbb2;--gb-grey:#928374;--gb-grey-l:#a89984;--gb-red:#cc241d;--gb-red-b:#fb4934;--gb-green:#98971a;--gb-green-b:#b8bb26;--gb-yellow:#d79921;--gb-yellow-b:#fabd2f;--gb-gold:gold;--gb-blue:#458588;--gb-blue-b:#83a598;--gb-magenta:#b16286;--gb-magenta-b:#d3869b;--gb-cyan:#689d6a;--gb-cyan-b:#8ec07c}body{background-color:var(--gb-bg);color:var(--gb-fg);font-family:Consolas,monospace}.hidden{display:none!important}#initscreen .log{font-size:11px;line-height:15px}#initscreen .header{margin-top:10px;font-weight:700;text-decoration:underline}.cursor-prompt{background-color:var(--gb-fg);width:8px;height:15px;animation:.8s steps(2,start) infinite blinking}@keyframes blinking{to{visibility:hidden}}#splashscreen{text-align:center;margin:50px 0 20px;line-height:normal;animation:.5s steps(10,start) fadein}@keyframes fadein{0%{opacity:0}to{opacity:1}}#content{justify-content:center;align-items:center;display:flex}#templates{display:none}#container{border:5px solid var(--gb-grey);background-color:var(--gb-bg1);width:100%;max-width:1000px;margin:10px 0 50px;padding:5px}#container .bash .result{margin-bottom:20px}#container .bash .command input{padding:0}#container a{color:var(--gb-fg)}.link:hover,.element:hover{color:var(--gb-blue-b)!important}#search{margin:0;padding:0;display:inline-block}#search input{color:var(--gb-fg);font-family:inherit;font-size:inherit;background-color:#0000;border:none;width:90%}#search input:focus{outline:none}.right_prompt{float:right;color:var(--gb-yellow)}.black{color:var(--gb-bg1)}.dark_grey{color:var(--gb-grey)}.dark_red{color:var(--gb-red)}.red{color:var(--gb-red-b)}.dark_green{color:var(--gb-green)}.green{color:var(--gb-green-b)}.dark_yellow{color:var(--gb-yellow)}.yellow{color:var(--gb-yellow-b)}.dark_blue{color:var(--gb-blue)}.blue{color:var(--gb-blue-b)}.dark_magenta{color:var(--gb-magenta)}.magenta{color:var(--gb-magenta-b)}.dark_cyan{color:var(--gb-cyan)}.cyan{color:var(--gb-cyan-b)}.light_grey{color:var(--gb-grey-l)}.white{color:var(--gb-fg)}
