From f85dcf3b918a29f4a5da7bc3bd51927b6dad0e8d Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Wed, 9 Feb 2022 17:04:10 +0100 Subject: [PATCH] "Besseres" grau --- styles/ProjectModal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/ProjectModal.module.css b/styles/ProjectModal.module.css index cba7710..cf9996f 100644 --- a/styles/ProjectModal.module.css +++ b/styles/ProjectModal.module.css @@ -10,7 +10,7 @@ } .modalContainer { - background: #272b30; + background: #0e0f0e; color: #ccc; width: 100%; height: 100%;