Files
Ayabusa-new-website/style.css
2026-03-20 15:58:56 +01:00

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;
}