aizip-dev commited on
Commit
60f4a2c
·
verified ·
1 Parent(s): 7198068
Files changed (1) hide show
  1. static/styles.css +8 -1
static/styles.css CHANGED
@@ -725,6 +725,12 @@
725
  font-size: 1.1em !important;
726
  }
727
 
 
 
 
 
 
 
728
  @media (prefers-color-scheme: dark) {
729
  .leaderboard-table th {
730
  background-color: #3D3026 !important; /* Use the primary-light variable for dark mode */
@@ -759,7 +765,8 @@
759
  padding: 0 !important;
760
  }
761
 
762
- span.svelte-7ddecg p:not(:first-child) {
 
763
  margin-top: 0 !important;
764
  }
765
 
 
725
  font-size: 1.1em !important;
726
  }
727
 
728
+ .gradio-container-5-28-0 .prose blockquote {
729
+ margin: 12px 0 var(--size-6) 0 !important;
730
+ border-left: 5px solid var(--border-color-primary);
731
+ padding-left: var(--size-2);
732
+ }
733
+
734
  @media (prefers-color-scheme: dark) {
735
  .leaderboard-table th {
736
  background-color: #3D3026 !important; /* Use the primary-light variable for dark mode */
 
765
  padding: 0 !important;
766
  }
767
 
768
+ span.svelte-7ddecg p {
769
+ line-height: 2 !important;
770
  margin-top: 0 !important;
771
  }
772