aboutsummaryrefslogtreecommitdiff
path: root/style.c
diff options
context:
space:
mode:
Diffstat (limited to 'style.c')
-rw-r--r--style.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.c b/style.c
index 07feb44..f10d296 100644
--- a/style.c
+++ b/style.c
@@ -50,6 +50,14 @@ const char style_default[] =
"tr:nth-child(even)\n"
"{\n"
" background-color: lightgray;\n"
+ "}\n"
+ ".page\n"
+ "{\n"
+ " margin: 0.2rem;\n"
+ "}\n"
+ ".pages\n"
+ "{\n"
+ " display: flex;\n"
"}\n";
const size_t style_default_len = sizeof style_default - 1;