mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
15 lines
190 B
CSS
15 lines
190 B
CSS
body {
|
|
background-color: white;
|
|
color: black;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.error {
|
|
color: red;
|
|
font-weight: bold;
|
|
font-size: larger;
|
|
}
|
|
|
|
.comment {
|
|
color: #888;
|
|
}
|