From 0a2e59c892ad3dc0dae6c2464502928cbcc3c2c9 Mon Sep 17 00:00:00 2001 From: Whykioh Date: Sun, 1 Mar 2026 19:48:23 +0100 Subject: [PATCH] fix tooltip color --- poker-paf/config.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/poker-paf/config.css b/poker-paf/config.css index 20b1371..eb5b1eb 100644 --- a/poker-paf/config.css +++ b/poker-paf/config.css @@ -7,6 +7,12 @@ --danger: #b71c1c; } +label.info { + font-size: 0.8rem; + color: rgb(141, 141, 141); + margin-left: 10px; +} + body { background-color: #121212; background-image: radial-gradient(circle, #1a1a1a 0%, #000000 100%); @@ -144,7 +150,3 @@ input[type="submit"]:hover { transform: translateX(-5px); /* Petit effet de glissement vers la gauche */ } -label.info { - font-size: 0.8rem; - color: rgb(141, 141, 141); - margin-left: 10px; \ No newline at end of file