7 lines
212 B
CSS
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;
|
|
}
|