changed colors

This commit is contained in:
Maximus 2022-08-29 13:46:19 +03:00
parent 28854c35b1
commit 6a255a2730
2 changed files with 802 additions and 238 deletions

1002
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,8 @@
/* styles */
/* -------------------------------------------------------------------------- */
export const EnableHigh = `bg-blue-500
hover:bg-blue-400
export const EnableHigh = `bg-blue-600
hover:bg-blue-500
active:bg-blue-700
focus:shadow-lg shadow-blue-500
focus:outline outline-blue-400/10 outline-8
@ -18,22 +18,22 @@ export const GeneralHigh = `
stroke-white
`;
export const EnabledMedium = `text-blue-500
export const EnabledMedium = `text-blue-600
border-gray-500
active:border-blue-600
active:text-blue-600
hover:border-blue-400
hover:text-blue-400
active:border-blue-700
active:text-blue-700
hover:border-blue-500
hover:text-blue-500
focus:outline outline-blue-400/10 outline-8
focus:border-blue-600/70
fill-blue-500
hover:fill-blue-400
active:fill-blue-600
focus:fill-blue-600
stroke-blue-500
hover:stroke-blue-400
active:stroke-blue-600
focus:stroke-blue-600
focus:border-blue-700/70
fill-blue-600
hover:fill-blue-500
active:fill-blue-700
focus:fill-blue-700
stroke-blue-600
hover:stroke-blue-500
active:stroke-blue-700
focus:stroke-blue-700
`;
export const DisabledMedium = `text-gray-200
@ -47,13 +47,13 @@ export const GeneralMedium = `bg-white
export const EnabledLow = ` text-gray-900
hover:bg-gray-100
active:text-blue-600
active:text-blue-700
active:bg-blue-100
focus:bg-blue-100
fill-gray-900
stroke-gray-900
active:fill-blue-500
active:stroke-blue-500
active:fill-blue-600
active:stroke-blue-600
`;
export const DisabledLow = `text-gray-200