This commit is contained in:
sebvtl728
2025-07-31 20:01:45 +02:00
parent fb77ca86f9
commit 51195ac398
3 changed files with 12 additions and 13 deletions
+10 -6
View File
@@ -9,7 +9,7 @@
font-style: normal; font-style: normal;
} }
h2, /* h2,
span { span {
font-size: 2.2em; font-size: 2.2em;
line-height: 1.1; line-height: 1.1;
@@ -19,16 +19,20 @@ span {
font-style: normal; font-style: normal;
color: #315397; color: #315397;
} } */
.MuiTypography-h2{ /* .MuiTypography-h2{
color: #ffffff !important; color: #ffffff !important;
} } */
.css-1ulggnf h2, /* .css-1ulggnf h2,
.MuiTypography-span, .MuiTypography-span,
.MuiTypography-h6{ .MuiTypography-h6{
color: #ffffff !important; color: #ffffff !important;
} } */
/* .MuiBox-root .MuiTypography-h2{
color: #315397 !important
} */
+1 -6
View File
@@ -14,15 +14,10 @@ h1 {
h2, h2,
h3, h3,
h4, h4,
h5, h5{
h6 {
font-size: 1rem;
line-height: 1.1;
font-family: "Nunito", sans-serif !important; font-family: "Nunito", sans-serif !important;
font-optical-sizing: auto; font-optical-sizing: auto;
font-weight: 700 !important;
font-style: normal; font-style: normal;
color: #315397 !important;
} }
.c4lv-readingcontext p, .c4lv-readingcontext p,
+1 -1
View File
@@ -34,7 +34,7 @@ const Footer = () => {
<Typography <Typography
variant="h6" variant="h6"
component="h2" component="h2"
sx={{ fontWeight: "bold", textAlign: { xs: "center", md: "left" } }} sx={{ fontWeight: "bold", color:"#ffffff", textAlign: { xs: "center", md: "left" } }}
> >
Octopusdesign Octopusdesign
</Typography> </Typography>