about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/blog_node5_net.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog_node5_net.py b/src/blog_node5_net.py
index 0c2a865..a8961d8 100644
--- a/src/blog_node5_net.py
+++ b/src/blog_node5_net.py
@@ -122,7 +122,7 @@ def strip_trailing_slash(path):
 
 @app.route('/motd')
 def motd_debug():
-    return '\n'.join(motd_list)
+    return '<style>body {background-color: #000;color: #FFF;}</style>'+'\n'.join(motd_list)
 
 
 @app.route('/comment', methods=['POST'])