Files
MicroPythonOS/webrepl/webrepl.css
T

14 lines
166 B
CSS
Raw Normal View History

html {
background: #555;
}
h1 {
margin-bottom: 20px;
font: 20px/1.5 sans-serif;
}
.file-box {
margin: 4px;
padding: 4px;
background: #888;
}