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:
parent
c691838553
commit
7dee1cf973
1 changed files with 4 additions and 0 deletions
4
assets/css/webworkflow.css
Normal file
4
assets/css/webworkflow.css
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
body {
|
||||||
|
background: #000;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue