mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
text color
This commit is contained in:
parent
5008efa3a7
commit
fdd11c529c
2 changed files with 1 additions and 5 deletions
|
|
@ -101,7 +101,7 @@ const ProjectView = ({
|
|||
<div
|
||||
{...props}
|
||||
className="gaegu"
|
||||
sx={{ position: 'relative', backgroundColor: color }}
|
||||
sx={{ position: 'relative', backgroundColor: color, color: textColor }}
|
||||
>
|
||||
<div
|
||||
sx={{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
.reactMarkDown {
|
||||
|
||||
}
|
||||
|
||||
.reactMarkDown img {
|
||||
max-width: 100%;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue