Create webworkflow.css

We want to use remote CSS pulled from the main circuitpython.org site to enhance the usability of Web Work Flow without significantly impacting firmware size. This is an initial file so I can test and make sure it works as intended.
This commit is contained in:
Andy Warburton 2022-08-01 20:52:27 +01:00
parent c691838553
commit 7dee1cf973

View file

@ -0,0 +1,4 @@
body {
background: #000;
color: #fff;
}