text color

This commit is contained in:
Belle 2024-08-19 21:21:23 +08:00
parent 5008efa3a7
commit fdd11c529c
2 changed files with 1 additions and 5 deletions

View file

@ -101,7 +101,7 @@ const ProjectView = ({
<div
{...props}
className="gaegu"
sx={{ position: 'relative', backgroundColor: color }}
sx={{ position: 'relative', backgroundColor: color, color: textColor }}
>
<div
sx={{

View file

@ -1,7 +1,3 @@
.reactMarkDown {
}
.reactMarkDown img {
max-width: 100%;
}