From 44b6fd7e8e015243f5c12a87fc70dbb2a52dbe2b Mon Sep 17 00:00:00 2001
From: adrien <adrien@malingrey.fr>
Date: Mon, 28 Apr 2025 17:22:06 +0200
Subject: [PATCH] theme sombre

---
 style.css | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/style.css b/style.css
index c297817..4dafc7d 100644
--- a/style.css
+++ b/style.css
@@ -82,6 +82,7 @@ table.grille {
     font-size: 1.2em;
     font-family: 'Comic Sans MS', 'Comic Sans', sans;
     color: darkblue;
+    background-color: white;
 }
 
 .grille input[disabled] {
@@ -188,4 +189,17 @@ button[type="submit"]:active {
         background-color: #02081a;
         color: #c6c6c6;
     }
+    
+    .grille td,
+    .grille input {
+        background-color: #edeeee;
+    }
+    
+    button[type="submit"]:hover {
+        color: #479fec;
+    }
+    
+    button[type="submit"]:active {
+        color: orchid;
+    }
 }