sneedmc.org/css.h

6 lines
122 B
C
Raw Normal View History

2022-02-17 17:40:33 +00:00
static const char *BASIC_STYLE =
"<style>\r\n"
"body { background-color: white; color: black; }\r\n"
"</style>\r\n";