16 lines
234 B
CSS
16 lines
234 B
CSS
.txt-cyan {
|
|
color: #8bc8feff;
|
|
}
|
|
|
|
.bg-grey {
|
|
background-color: #071c2dff;
|
|
color: #071c2dff;
|
|
}
|
|
|
|
.jb-mono {
|
|
font-family: "JetBrains Mono", monospace;
|
|
font-optical-sizing: auto;
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|