Commit fc0d8612 by Arjun Jhukal

updated the general content

parent 9f27b71e
...@@ -306,13 +306,25 @@ ...@@ -306,13 +306,25 @@
.general-content-box figure+ol, .general-content-box figure+ol,
.general-content-box figure+img, .general-content-box figure+img,
.general-content-box figure+figure { .general-content-box figure+figure {
margin-top: 1.6rem; margin-top: 1rem;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 120%; line-height: 120%;
color: #fff !important; color: #fff !important;
} }
.general-content-box ul>li {
list-style-type: disc;
}
.general-content-box ol>li {
list-style-type: decimal;
}
.general-content-box li::marker {
color: #fff;
}
.general-content-box ul ol, .general-content-box ul ol,
.general-content-box ul ul, .general-content-box ul ul,
.general-content-box ol ol, .general-content-box ol ol,
......
...@@ -29,7 +29,7 @@ export default function RootLayout({ ...@@ -29,7 +29,7 @@ export default function RootLayout({
return ( return (
<html lang="en"> <html lang="en">
{/* className="dark" */} {/* className="dark" */}
<body className={`${inter.className} scroll-smooth dark`} cz-shortcut-listen="true"> <body className={`${inter.className} scroll-smooth`} cz-shortcut-listen="true">
<ProviderWrapper> <ProviderWrapper>
<React.Suspense fallback={<div />}> <React.Suspense fallback={<div />}>
<TopLoader /> <TopLoader />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment