circuitpython-org/assets/css/webworkflow-9.css
2023-11-27 13:53:05 -08:00

7 lines
212 B
CSS

/* This is an optional CSS file to enhance the basic workflow html when connected to the internet.
This file can grow, so we want to keep it out of flash memory. */
body {
background: #fff;
color: #333;
}