Skip to content

Commit 085b463

Browse files
committed
Update style.css
1 parent 818dfaf commit 085b463

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

assets/style.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ body {
107107
scrollbar-width: thin;
108108
scrollbar-color: #e3ead3 #c8c1a3;
109109
padding-bottom: 0.3rem;
110-
line-height: 1.5;
110+
line-height: 1.7;
111111
}
112112

113113
.sidebar nav a {
@@ -174,18 +174,18 @@ hr {
174174
ul, ol {
175175
padding-left: 1.6rem; /* Indent from content margin */
176176
margin: 0.8rem 0; /* Vertical spacing between paragraphs and lists */
177-
line-height: 1.9; /* Match body line-height for readability */
177+
line-height: 1.7;
178178
}
179179

180180
dl dt {
181-
font-weight: 600; /* Term is emphasized */
182-
margin-top: 1rem; /* Space above term */
181+
font-weight: 600; /* Term is emphasised */
182+
margin-top: 1rem;
183183
}
184184

185185
dl dd {
186-
margin-left: 1rem; /* Indent description slightly */
186+
margin-left: 1rem; /* Indent the description slightly */
187187
margin-bottom: 0.6rem;
188-
line-height: 1.9; /* Consistent spacing */
188+
line-height: 1.7;
189189
}
190190

191191
/* Optional: softer list markers */
@@ -199,17 +199,17 @@ ul li::marker, ol li::marker {
199199

200200
table {
201201
border-collapse: collapse; /* Avoid double borders */
202-
width: 100%; /* Full-width tables */
202+
width: 100%;
203203
margin: 1.5rem 0; /* Vertical spacing */
204204
font-size: 0.95rem; /* Slightly smaller than body text */
205205
}
206206

207207
th, td {
208208
border: 1px solid var(--border-color);
209-
padding: 0.8rem 1rem; /* Generous padding for readability */
209+
padding: 0.8rem 1rem;
210210
text-align: left;
211211
vertical-align: top;
212-
line-height: 1.9;
212+
line-height: 1.7;
213213
}
214214

215215
th {

0 commit comments

Comments
 (0)