From ba71543338fc3a8874d98b19ae4098582f393769 Mon Sep 17 00:00:00 2001 From: Ilmen-vodhr Date: Tue, 5 Oct 2021 15:38:06 +0200 Subject: [PATCH] glosser/layout.css: 100vh body height for dark mode compatibility. --- glosser/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glosser/layout.css b/glosser/layout.css index 134b576..f53429a 100644 --- a/glosser/layout.css +++ b/glosser/layout.css @@ -2,6 +2,10 @@ body, textarea { font-family: sans-serif !important; } +body { + height: 100vh; +} + span.translation { color: #aaaaaa; font-style: italic;