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