mirror of
https://github.com/chubin/wttr.in
synced 2024-11-15 08:37:12 +00:00
8 lines
114 B
CSS
8 lines
114 B
CSS
body {
|
|
background: black;
|
|
color: #bbbbbb;
|
|
}
|
|
|
|
pre {
|
|
font-family: DejaVu Sans Mono, Menlo, monospace;
|
|
}
|