2022-02-04 18:40:08 +01:00
|
|
|
@font-face {
|
2022-02-04 18:44:55 +01:00
|
|
|
font-family: 'JetBrains Mono';
|
2022-02-04 18:40:08 +01:00
|
|
|
src: url('/font/jetbrains-mono/Regular.woff2') format('woff');
|
|
|
|
}
|
|
|
|
|
2022-01-05 15:22:15 +01:00
|
|
|
body {
|
|
|
|
background: #292D3E;
|
|
|
|
|
2022-02-04 18:45:38 +01:00
|
|
|
font-family: 'JetBrainsMono Nerd Font', 'JetBrains Mono', monospace;
|
2022-02-04 18:40:08 +01:00
|
|
|
font-size: 1.2rem;
|
2022-01-05 15:22:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body > pre > span {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#inspector {
|
|
|
|
position: fixed;
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
background: inherit;
|
|
|
|
color: white;
|
|
|
|
border: 1px #424864 solid;
|
|
|
|
|
|
|
|
padding: .5vw;
|
|
|
|
}
|