web-llm-embed / src /styles.css
matt HOFFNER
cleanup
36355a5
raw
history blame
No virus
233 Bytes
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
background-color: black;
color: white;
}
textarea {
color: white;
}