diff --git a/wwwroot/css/input.css b/wwwroot/css/input.css index 390ab5d..7a9b9f7 100644 --- a/wwwroot/css/input.css +++ b/wwwroot/css/input.css @@ -1,4 +1,4 @@ -@import "tailwindcss"; +@import "tailwindcss"; @plugin "daisyui"; @plugin "@tailwindcss/typography"; @plugin "daisyui/theme" { @@ -99,17 +99,25 @@ } @theme { - --color-bpsrw-25: #EFFFF2; - --color-bpsrw-50: #D3E3D6; - --color-bpsrw-100: #B6D0BB; - --color-bpsrw-200: #91B998; - --color-bpsrw-300: #6DA276; - --color-bpsrw-400: #488A54; - --color-bpsrw-500: #247332; - --color-bpsrw-600: #1E602A; - --color-bpsrw-700: #184D21; - --color-bpsrw-800: #123919; - --color-bpsrw-900: #0C2611; + --color-primary-25: #EFFFF2; + --color-primary-50: #D3E3D6; + --color-primary-100: #B6D0BB; + --color-primary-200: #91B998; + --color-primary-300: #6DA276; + --color-primary-400: #488A54; + --color-primary-500: #247332; + --color-primary-600: #1E602A; + --color-primary-700: #184D21; + --color-primary-800: #123919; + --color-primary-900: #0C2611; +} + +:root { + --color-primary: #247332; + --color-secondary: #F15A25; + --color-success: #12B76A; + --color-error: #F04438; + --color-warning: #F79009; } .menu-sidebar a:active, @@ -117,13 +125,13 @@ .menu-sidebar details > summary:active, .menu-sidebar a:hover, .menu-sidebar details > summary:hover { - @apply bg-bpsrw-500 text-white border-b-[3px] border-bpsrw-600 font-semibold; + @apply border-primary-600 border-b-[3px] bg-primary-500 font-semibold text-white; } .menu-sidebar a:active, .menu-sidebar a.menu-active, .menu-sidebar details > summary:active { - @apply bg-bpsrw-500 text-white; + @apply bg-primary-500 text-white; } @utility icon {