maj css
This commit is contained in:
parent
fb77ca86f9
commit
51195ac398
@ -9,7 +9,7 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
h2,
|
||||
/* h2,
|
||||
span {
|
||||
font-size: 2.2em;
|
||||
line-height: 1.1;
|
||||
@ -19,16 +19,20 @@ span {
|
||||
font-style: normal;
|
||||
color: #315397;
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
.MuiTypography-h2{
|
||||
/* .MuiTypography-h2{
|
||||
color: #ffffff !important;
|
||||
}
|
||||
} */
|
||||
|
||||
.css-1ulggnf h2,
|
||||
/* .css-1ulggnf h2,
|
||||
.MuiTypography-span,
|
||||
.MuiTypography-h6{
|
||||
color: #ffffff !important;
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
/* .MuiBox-root .MuiTypography-h2{
|
||||
color: #315397 !important
|
||||
} */
|
||||
|
||||
|
||||
@ -14,15 +14,10 @@ h1 {
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
line-height: 1.1;
|
||||
h5{
|
||||
font-family: "Nunito", sans-serif !important;
|
||||
font-optical-sizing: auto;
|
||||
font-weight: 700 !important;
|
||||
font-style: normal;
|
||||
color: #315397 !important;
|
||||
}
|
||||
|
||||
.c4lv-readingcontext p,
|
||||
|
||||
@ -34,7 +34,7 @@ const Footer = () => {
|
||||
<Typography
|
||||
variant="h6"
|
||||
component="h2"
|
||||
sx={{ fontWeight: "bold", textAlign: { xs: "center", md: "left" } }}
|
||||
sx={{ fontWeight: "bold", color:"#ffffff", textAlign: { xs: "center", md: "left" } }}
|
||||
>
|
||||
Octopusdesign
|
||||
</Typography>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user