From f5103105499cbcc710e8e6874649a308edd3c369 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 6 Dec 2023 12:08:45 +0100 Subject: [PATCH] use bootstrap default color theme switcher --- head.php | 5 ++--- style.css | 1 + sudoku.php | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/head.php b/head.php index 6a5b80a..5bd47df 100644 --- a/head.php +++ b/head.php @@ -1,10 +1,9 @@ + Sudoku - - - + diff --git a/style.css b/style.css index 2dbd0aa..d22ee8d 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,7 @@ table.table-success input, td.table-danger input:disabled, table input:not([disabled]) { background: transparent !important; + color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color))); } table input:disabled { diff --git a/sudoku.php b/sudoku.php index a5ae474..21dc326 100755 --- a/sudoku.php +++ b/sudoku.php @@ -92,6 +92,50 @@ + + + + + + + + + + + + + + + +