Create webworkflow-9.css

This commit is contained in:
Scott Shawcroft 2023-11-27 13:53:05 -08:00 committed by GitHub
parent 949f10942e
commit f2ce345d23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,7 @@
/* 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;
}