sneedmc.org/css.h
2022-02-17 12:40:33 -05:00

6 lines
122 B
C

static const char *BASIC_STYLE =
"<style>\r\n"
"body { background-color: white; color: black; }\r\n"
"</style>\r\n";