mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-20 09:42:12 +03:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export const linkStyle = {
|
|
white: "text-white hover:text-slate-200",
|
|
black: "text-black",
|
|
};
|