From 6dc2279f366bd6edc7d7a8a1c428b032ec951d1f Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Fri, 3 Jan 2020 14:14:26 +0800 Subject: [PATCH] font-size: set commentary font size 16pt -> 12pt Signed-off-by: Sean Cross --- css/theme/lca2020.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme/lca2020.css b/css/theme/lca2020.css index 1b6d912..3be87c6 100644 --- a/css/theme/lca2020.css +++ b/css/theme/lca2020.css @@ -31,7 +31,7 @@ body { padding-right: 1em; position: absolute; background-color: rgba(0,0,0, 0.50); - font-size: 16pt; + font-size: 12pt; font-family: serif; z-index: 10; color: white;