thomwolf HF staff commited on
Commit
a86aece
·
1 Parent(s): 5f43090
Files changed (2) hide show
  1. dist/style.css +7 -6
  2. src/style.css +7 -6
dist/style.css CHANGED
@@ -197,10 +197,6 @@ toggle-icon.collapsed {
197
  margin-top: 0;
198
  }
199
 
200
- d-article {
201
- font-size: 1.04em;
202
- }
203
-
204
  @media (min-width: 1200px) {
205
  d-article {
206
  /* Ensure d-article does not prevent sticky positioning */
@@ -389,14 +385,15 @@ d-contents nav > ul > li > a:hover {
389
  margin: 0;
390
  color: #444444;
391
  font-weight: 600;
392
- font-size: 12px;
393
  }
394
 
395
  .note-box-content {
396
  margin-top: 0.5rem;
397
  margin-bottom: 0; /* Ensure no bottom margin */
398
  color: #24292f;
399
- font-size: 12px;
 
400
  }
401
 
402
  /* For dark mode support */
@@ -413,6 +410,10 @@ d-contents nav > ul > li > a:hover {
413
  }
414
  }
415
 
 
 
 
 
416
  d-code {
417
  font-size: 12px;
418
  }
 
197
  margin-top: 0;
198
  }
199
 
 
 
 
 
200
  @media (min-width: 1200px) {
201
  d-article {
202
  /* Ensure d-article does not prevent sticky positioning */
 
385
  margin: 0;
386
  color: #444444;
387
  font-weight: 600;
388
+ font-size: 1em;
389
  }
390
 
391
  .note-box-content {
392
  margin-top: 0.5rem;
393
  margin-bottom: 0; /* Ensure no bottom margin */
394
  color: #24292f;
395
+ font-size: 0.9em;
396
+ line-height: 1.5em;
397
  }
398
 
399
  /* For dark mode support */
 
410
  }
411
  }
412
 
413
+ d-article {
414
+ font-size: 1.0em;
415
+ }
416
+
417
  d-code {
418
  font-size: 12px;
419
  }
src/style.css CHANGED
@@ -197,10 +197,6 @@ toggle-icon.collapsed {
197
  margin-top: 0;
198
  }
199
 
200
- d-article {
201
- font-size: 1.04em;
202
- }
203
-
204
  @media (min-width: 1200px) {
205
  d-article {
206
  /* Ensure d-article does not prevent sticky positioning */
@@ -389,14 +385,15 @@ d-contents nav > ul > li > a:hover {
389
  margin: 0;
390
  color: #444444;
391
  font-weight: 600;
392
- font-size: 12px;
393
  }
394
 
395
  .note-box-content {
396
  margin-top: 0.5rem;
397
  margin-bottom: 0; /* Ensure no bottom margin */
398
  color: #24292f;
399
- font-size: 12px;
 
400
  }
401
 
402
  /* For dark mode support */
@@ -413,6 +410,10 @@ d-contents nav > ul > li > a:hover {
413
  }
414
  }
415
 
 
 
 
 
416
  d-code {
417
  font-size: 12px;
418
  }
 
197
  margin-top: 0;
198
  }
199
 
 
 
 
 
200
  @media (min-width: 1200px) {
201
  d-article {
202
  /* Ensure d-article does not prevent sticky positioning */
 
385
  margin: 0;
386
  color: #444444;
387
  font-weight: 600;
388
+ font-size: 1em;
389
  }
390
 
391
  .note-box-content {
392
  margin-top: 0.5rem;
393
  margin-bottom: 0; /* Ensure no bottom margin */
394
  color: #24292f;
395
+ font-size: 0.9em;
396
+ line-height: 1.5em;
397
  }
398
 
399
  /* For dark mode support */
 
410
  }
411
  }
412
 
413
+ d-article {
414
+ font-size: 1.0em;
415
+ }
416
+
417
  d-code {
418
  font-size: 12px;
419
  }