feat: remove appwrite and add nextjs backend
This commit is contained in:
15
frontend/src/styles/global.style.tsx
Normal file
15
frontend/src/styles/global.style.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Global } from "@mantine/core";
|
||||
|
||||
const GlobalStyle = () => {
|
||||
return (
|
||||
<Global
|
||||
styles={(theme) => ({
|
||||
a: {
|
||||
color: "inherit",
|
||||
textDecoration: "none",
|
||||
},
|
||||
})}
|
||||
/>
|
||||
);
|
||||
};
|
||||
export default GlobalStyle;
|
||||
Reference in New Issue
Block a user