From 40d0c9c55e1ee4cddd6b2644ba543f61eabc6ade Mon Sep 17 00:00:00 2001 From: Esenjin Date: Mon, 6 Jan 2025 18:01:09 +0100 Subject: [PATCH] correction des couleurs des modales --- styles-admin.css | 4 ++-- version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/styles-admin.css b/styles-admin.css index 2c23e20..de3d997 100644 --- a/styles-admin.css +++ b/styles-admin.css @@ -368,7 +368,7 @@ body { padding: 0.8rem; border: none; border-radius: 0.5rem; - background-color: #6c757d; + background-color: #2a2a2a; color: white; font-size: 1rem; } @@ -777,7 +777,7 @@ body { top: 50%; left: 50%; transform: translate(-50%, -50%); - background-color: #2a2a2a; + background-color: #121212; color: #ffffff; padding: 20px; border-radius: 5px; diff --git a/version.txt b/version.txt index afaf360..7f20734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file