This commit is contained in:
gurusabarish
2021-06-13 23:31:04 +05:30
parent 9b47e835d4
commit 69091d3c6a
36 changed files with 162 additions and 479 deletions
+10 -23
View File
@@ -6,6 +6,16 @@ body {
background-color: #0a192f;
}
#TableOfContents {
padding: 3%;
}
#TableOfContents > ul > li > ul {
display: none;
}
#TableOfContents > ul {
padding-left: 7%;
}
article {
line-height: 1.756;
font-size: 18px;
@@ -20,33 +30,10 @@ article blockquote {
}
article blockquote > p {
color: #3c4858 !important;
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
article h1 {
font-size: 52px !important;
line-height: 1.15;
}
article h2 {
font-size: 32px;
line-height: 1.333;
}
article h3 {
font-size: 24px;
line-height: 1.45;
}
article h4,
h5,
h6 {
font-size: 18px;
line-height: 1.45;
}
article > table {
border-radius: 0.1rem;
background: #e5e9f2;