You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
14 lines
166 B
CSS
14 lines
166 B
CSS
|
|
html {
|
||
|
|
background: #555;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
font: 20px/1.5 sans-serif;
|
||
|
|
}
|
||
|
|
.file-box {
|
||
|
|
margin: 4px;
|
||
|
|
padding: 4px;
|
||
|
|
background: #888;
|
||
|
|
}
|