Sebastiankay commited on
Commit
b904770
·
1 Parent(s): b066650

28. Sept. 2024, 19:50

Browse files
Files changed (1) hide show
  1. _res/_custom.css +3 -2
_res/_custom.css CHANGED
@@ -155,10 +155,11 @@ label.selected.svelte-1k4wjf2.svelte-1k4wjf2.svelte-1k4wjf2 {
155
 
156
  .md-header {
157
  & h1 {
158
- color: var(--neutral-300) !important;
159
  }
160
 
161
  p {
162
- color: var(--primary-200) !important;
 
163
  }
164
  }
 
155
 
156
  .md-header {
157
  & h1 {
158
+ color: var(--neutral-200) !important;
159
  }
160
 
161
  p {
162
+ color: var(--primary-100) !important;
163
+ line-height: 1.5 !important;
164
  }
165
  }