nwex.de/public/style/index.css

39 lines
528 B
CSS
Raw Normal View History

2022-02-04 18:40:08 +01:00
@font-face {
font-family: 'JetBrains Mono';
2022-02-04 18:40:08 +01:00
src: url('/font/jetbrains-mono/Regular.woff2') format('woff');
}
body {
background: #292D3E;
font-family: 'JetBrainsMono Nerd Font', 'JetBrains Mono', monospace;
2022-02-04 18:40:08 +01:00
font-size: 1.2rem;
}
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;
}