diff --git a/frontend/middleware.js b/frontend/middleware.js index 94770993..702c69a5 100644 --- a/frontend/middleware.js +++ b/frontend/middleware.js @@ -30,11 +30,19 @@ export function middleware(req) { color: #E6DAFE; max-width: 900px; } + a { + color: #C792EA; /* Light purple, for better visibility */ + text-decoration: none; /* Optional: removes underline */ + } + a:hover { + color: #FFCB6B; /* Changes color on hover for interactivity */ + text-decoration: underline; /* Optional: adds underline on hover */ + }
To stay in touch with future Pyth community initiatives head over to our Discord
+To stay in touch with future Pyth community initiatives head over to our Discord