From b6b4fddd18a234a8a0001c6ee1d394c20fcba94d Mon Sep 17 00:00:00 2001 From: Mo <hadizadeh@dkrz.de> Date: Thu, 9 Jan 2025 17:14:19 +0100 Subject: [PATCH] change the background to white --- pet-wrapper-api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pet-wrapper-api.py b/pet-wrapper-api.py index 86c64f5..942142a 100644 --- a/pet-wrapper-api.py +++ b/pet-wrapper-api.py @@ -215,7 +215,7 @@ class PET(plugin.PluginAbstract): margin: 0; padding: 20px; line-height: 1.6; - background-color: #1a1a1a; + background-color: white; display: flex; flex-direction: column; align-items: center; -- GitLab