Commit fc0d8612 by Arjun Jhukal

updated the general content

parent 9f27b71e
......@@ -306,13 +306,25 @@
.general-content-box figure+ol,
.general-content-box figure+img,
.general-content-box figure+figure {
margin-top: 1.6rem;
margin-top: 1rem;
font-size: 14px;
font-weight: 400;
line-height: 120%;
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 ul,
.general-content-box ol ol,
......
......@@ -29,7 +29,7 @@ export default function RootLayout({
return (
<html lang="en">
{/* className="dark" */}
<body className={`${inter.className} scroll-smooth dark`} cz-shortcut-listen="true">
<body className={`${inter.className} scroll-smooth`} cz-shortcut-listen="true">
<ProviderWrapper>
<React.Suspense fallback={<div />}>
<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