From ed890a82cfc531acb306cbb3c5bb52f7e788898f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 13 Jan 2021 22:49:45 +0000 Subject: [PATCH] infopane: Move background colour to infopane from us No intentional resulting overall visual change. Signed-off-by: Ian Jackson --- templates/macros.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.tera b/templates/macros.tera index faa7f389..f48aa1ab 100644 --- a/templates/macros.tera +++ b/templates/macros.tera @@ -19,9 +19,9 @@ div[id=infopane] { display: flex; flex-direction: column; + background-color: white; } div[class=uos] { - background-color: white; flex: initial; } div[id=uos] { -- 2.30.2