From 91fd8a28654a4cdd7c7e1db7a5ba985e834559c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20T=2E=20Listwon?= Date: Mon, 18 Sep 2017 11:18:21 +0200 Subject: [PATCH] Fix code snippet font size a little smaller in FF --- src/theme/book.css | 1 + src/theme/stylus/general.styl | 1 + 2 files changed, 2 insertions(+) diff --git a/src/theme/book.css b/src/theme/book.css index e2f03e65..386cb28f 100644 --- a/src/theme/book.css +++ b/src/theme/book.css @@ -5,6 +5,7 @@ body { } body { margin: 0; + font-size: 1rem; } code { font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace; diff --git a/src/theme/stylus/general.styl b/src/theme/stylus/general.styl index 210c3788..9a5cc974 100644 --- a/src/theme/stylus/general.styl +++ b/src/theme/stylus/general.styl @@ -5,6 +5,7 @@ html, body { body { margin: 0; + font-size: 1rem; } code {