summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index fd077f6..9f4e1b7 100644
--- a/utils.c
+++ b/utils.c
@@ -88,6 +88,7 @@ static const char * const default_css =
88 " a { color: #7799dd }\n" 88 " a { color: #7799dd }\n"
89 " a:visited { color: #aa99dd }\n" 89 " a:visited { color: #aa99dd }\n"
90 "}\n" 90 "}\n"
91 "select { max-width: 40%; }\n"
91; 92;
92 93
93const char *snac_blurb = 94const char *snac_blurb =