diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 37ba741..111c3d8 100644 --- a/static/style.css +++ b/static/style.css @@ -38,7 +38,7 @@ body { margin: 0; } html, code, pre { - font-size: 1rem; /* TODO: Not always correct */ + font-size: 0.96rem; /* TODO: Not always correct */ } /* Toggle table controls */ |