diff --git a/src/index.css b/src/index.css index 9bfac29..20f64f2 100644 --- a/src/index.css +++ b/src/index.css @@ -27,4 +27,11 @@ a { justify-content: center; align-items: center; gap: 8rem; -} \ No newline at end of file +} + +/* makes link visible in content */ +.MuiTypography-root a { + color: rgb(52, 17, 0); + text-decoration: underline; +} +