mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-19 08:42:08 +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",
|
|
};
|