From 954fcef9e26ce1d9e4e5ad83749e4ee9c894f716 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 17 Jul 2022 17:10:30 +0200 Subject: Fix #4447: Nord theme (#4451) * fix: add height 100% for * remove height 100% in all themes * fixed order in template.css --- p/themes/Pafat/pafat.css | 1 - 1 file changed, 1 deletion(-) (limited to 'p/themes/Pafat/pafat.css') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index b186ebfb3..5bf386afb 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -4,7 +4,6 @@ /*============*/ html, body { background: #fafafa; - height: 100%; color: #666; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; } -- cgit v1.2.3