Satty
Satty copied to clipboard
Move CSS out of main.rs
There's inline css, if it grows any larger, consider placing it in an external file and read with include_str! std macro.
Nothing wrong with inline stuff, but if it grows any larger, that might a bit cleaner.
Related #212