Skip to content

Commit 54c9c9c

Browse files
authored
Merge pull request #1288 from adafruit/tannewt-patch-1
Create webworkflow-9.css
2 parents 949f109 + f2ce345 commit 54c9c9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/css/webworkflow-9.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* This is an optional CSS file to enhance the basic workflow html when connected to the internet.
2+
This file can grow, so we want to keep it out of flash memory. */
3+
4+
body {
5+
background: #fff;
6+
color: #333;
7+
}

0 commit comments

Comments
 (0)