mirror of
https://github.com/alexgo-io/ord-brc20.git
synced 2026-01-13 06:40:27 +08:00
9 lines
217 B
CSS
9 lines
217 B
CSS
@import url('https://cdn.jsdelivr.net/npm/highlight.js@11.8.0/styles/atom-one-dark.min.css');
|
|
|
|
html {
|
|
color: #98a3ad;
|
|
background-color: #131516;
|
|
max-width: 900px;
|
|
font-family: system-ui, sans-serif;
|
|
}
|