pl-fe: Remove confusingly named accent-blue color, lighten links in dark/black mode

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-06 04:25:04 +01:00
parent ff0e3cb58b
commit 4e91d696c7
32 changed files with 38 additions and 48 deletions

View File

@ -23,7 +23,7 @@ const config: Config = {
extend: {
boxShadow: ({ theme }) => ({
'3xl': '0 25px 75px -15px rgba(0, 0, 0, 0.25)',
'inset-ring': `inset 0 0 0 2px ${theme('colors.accent-blue')}`,
'inset-ring': `inset 0 0 0 2px ${theme('colors.primary.600')}`,
}),
fontSize: {
base: '0.9375rem',
@ -65,7 +65,6 @@ const config: Config = {
success: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900],
danger: [50, 100, 200, 300, 400, 500, 600, 700, 800, 900],
accent: [300, 500],
'accent-blue': true,
'gradient-start': true,
'gradient-end': true,
'greentext': true,