Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
fc0d8612
Commit
fc0d8612
authored
Oct 10, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the general content
parent
9f27b71e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
globals.css
src/app/globals.css
+13
-1
layout.tsx
src/app/layout.tsx
+1
-1
No files found.
src/app/globals.css
View file @
fc0d8612
...
@@ -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
.6
rem
;
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
,
...
...
src/app/layout.tsx
View file @
fc0d8612
...
@@ -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
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment