From 1fa402c8921daf66a10148bf6128560333f504ca Mon Sep 17 00:00:00 2001 From: Jacopo Gasparetto <jacopo.gasparetto@cnaf.infn.it> Date: Mon, 17 Apr 2023 12:13:35 +0200 Subject: [PATCH] Add INFN highlight color --- frontend/tailwind.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index f7df64c..c74cc26 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -4,7 +4,11 @@ module.exports = { "./src/**/*.{js,jsx,ts,tsx}" ], theme: { - extend: {}, + extend: { + colors: { + infn: "#4496b8" + } + }, container: { center: true } -- GitLab