rafmacalaba commited on
Commit
e02c275
·
1 Parent(s): 0018d88

ui: neutralize markdown preview colors for annotation clarity

Browse files

Headings, bold, code all use muted gray tones instead of bright
cyan/blue so annotation highlights are clearly visible.

Files changed (1) hide show
  1. app/globals.css +5 -3
app/globals.css CHANGED
@@ -677,14 +677,14 @@ h4 {
677
  }
678
 
679
  .markdown-preview {
680
- color: #f1f5f9;
681
  }
682
 
683
  .markdown-preview h1,
684
  .markdown-preview h2,
685
  .markdown-preview h3,
686
  .markdown-preview h4 {
687
- color: #38bdf8;
688
  margin-top: 1.2em;
689
  margin-bottom: 0.4em;
690
  }
@@ -705,7 +705,7 @@ h4 {
705
 
706
  .markdown-preview strong,
707
  .markdown-preview b {
708
- color: #ffffff;
709
  font-weight: 600;
710
  }
711
 
@@ -723,6 +723,7 @@ h4 {
723
  padding: 2px 4px;
724
  border-radius: 4px;
725
  font-size: 0.9em;
 
726
  }
727
 
728
  .markdown-preview table {
@@ -740,6 +741,7 @@ h4 {
740
 
741
  .markdown-preview th {
742
  background-color: #334155;
 
743
  }
744
 
745
  .markdown-content hr {
 
677
  }
678
 
679
  .markdown-preview {
680
+ color: #cbd5e1;
681
  }
682
 
683
  .markdown-preview h1,
684
  .markdown-preview h2,
685
  .markdown-preview h3,
686
  .markdown-preview h4 {
687
+ color: #e2e8f0;
688
  margin-top: 1.2em;
689
  margin-bottom: 0.4em;
690
  }
 
705
 
706
  .markdown-preview strong,
707
  .markdown-preview b {
708
+ color: #e2e8f0;
709
  font-weight: 600;
710
  }
711
 
 
723
  padding: 2px 4px;
724
  border-radius: 4px;
725
  font-size: 0.9em;
726
+ color: #cbd5e1;
727
  }
728
 
729
  .markdown-preview table {
 
741
 
742
  .markdown-preview th {
743
  background-color: #334155;
744
+ color: #e2e8f0;
745
  }
746
 
747
  .markdown-content hr {