diff --git a/assets/css/custom-panel.css b/assets/css/custom-panel.css new file mode 100644 index 0000000..ef9d064 --- /dev/null +++ b/assets/css/custom-panel.css @@ -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); +} */ \ No newline at end of file diff --git a/assets/css/fonts/Danzza-Bold.woff b/assets/css/fonts/Danzza-Bold.woff new file mode 100644 index 0000000..784a004 Binary files /dev/null and b/assets/css/fonts/Danzza-Bold.woff differ diff --git a/assets/css/fonts/Danzza-Light.woff b/assets/css/fonts/Danzza-Light.woff new file mode 100644 index 0000000..ca55417 Binary files /dev/null and b/assets/css/fonts/Danzza-Light.woff differ diff --git a/assets/css/fonts/Danzza-Medium.woff b/assets/css/fonts/Danzza-Medium.woff new file mode 100644 index 0000000..7a0782a Binary files /dev/null and b/assets/css/fonts/Danzza-Medium.woff differ diff --git a/assets/css/fonts/Danzza-Regular.woff b/assets/css/fonts/Danzza-Regular.woff new file mode 100644 index 0000000..3a8b2cc Binary files /dev/null and b/assets/css/fonts/Danzza-Regular.woff differ diff --git a/assets/css/fonts/terminal-grotesque.ttf b/assets/css/fonts/terminal-grotesque.ttf new file mode 100644 index 0000000..3786710 Binary files /dev/null and b/assets/css/fonts/terminal-grotesque.ttf differ diff --git a/site/config/config.php b/site/config/config.php index 26599f8..af850da 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -6,6 +6,7 @@ return [ // Panel configuration 'panel' => [ + 'css' => 'assets/css/custom-panel.css', // Menu personnalisé du panel 'menu' => [ 'site' => [