webbed-site/style.css
2025-11-15 14:54:53 +00:00

57 lines
732 B
CSS

: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;
}
.cmd-cursor {
color: #1e1e2e;
background-color: #f5c2e7;
}
@font-face {
font-family: "mono";
src: url(assets/DepartureMono-Regular.otf);
font-weight: normal;
}