changement des gris en bleu

This commit is contained in:
antonin gallon 2026-01-15 12:04:57 +01:00
parent 86c9ad0b93
commit 9f1c4ad235
7 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,29 @@
.leurCouleur{
--text-color: #ffffff;
--accent-color: #04fea0;
--backround-color: #0e1e43;
}
:root{
--color-black: #0B1632;
--color-white: #ffffff;
--color-gray-200: #BCCAF0;
--color-gray-100: #BCCAF0;
--color-gray-250: #8BA3E5;
--color-gray-300: #7A95E1;
--color-gray-400: #597BD9;
--color-gray-500: #3761D2;
--color-gray-600: #224196;
--color-gray-700: #1A3274;
--color-gray-800: #172C64;
--color-gray-850: #132553;
--color-gray-900: #0e1e43;
--color-gray-950: #0d1a38;
}
/* button.k-button{
background-color: #04fea0;
} */
/* .k-button:where([data-variant="filled"]) {
--button-color-back: var(--button-filled-color-back);
} */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -6,6 +6,7 @@ return [
// Panel configuration // Panel configuration
'panel' => [ 'panel' => [
'css' => 'assets/css/custom-panel.css',
// Menu personnalisé du panel // Menu personnalisé du panel
'menu' => [ 'menu' => [
'site' => [ 'site' => [