File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
174174ul , 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
180180dl 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
185185dl 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
200200table {
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
207207th , 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
215215th {
You can’t perform that action at this time.
0 commit comments