diff --git a/frontend/src/assets/styles/index.css b/frontend/src/assets/styles/index.css index 1c7a5c9..ffdd81d 100644 --- a/frontend/src/assets/styles/index.css +++ b/frontend/src/assets/styles/index.css @@ -39,16 +39,6 @@ } } -.agog-text { - background: linear-gradient(to right, #60A5FA, #8B5CF6, #EC4899, #FACC15); - background-clip: text; -} - -.agog-text:hover { - background: white; - transition: ease; -} - /* :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; diff --git a/frontend/src/components/Layout/Name.tsx b/frontend/src/components/Layout/Name.tsx index e022956..2c8f095 100644 --- a/frontend/src/components/Layout/Name.tsx +++ b/frontend/src/components/Layout/Name.tsx @@ -1,10 +1,11 @@ const Name = () => { return ( -