Skip to content

Commit 904fe16

Browse files
authored
fix: make editorial notes theme-aware (#34)
1 parent db68791 commit 904fe16

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

app.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,26 +233,22 @@
233233
}
234234

235235
.guide-question {
236+
@apply bg-base-200/80 text-base-content border-l-4 border-primary rounded-r-md;
236237
margin: 1rem 0 1.5rem;
237238
padding: 0.95rem 1rem;
238-
border-left: 4px solid #1f5f99;
239-
background: #f5f9fc;
240-
color: #10243f;
241239
font-size: 1.05rem;
242240
font-weight: 600;
243241
}
244242

245243
.section-note {
244+
@apply text-base-content-muted;
246245
margin: 0.4rem 0 1rem;
247-
color: #33506f;
248246
}
249247

250248
.method-note {
249+
@apply bg-base-200 text-base-content border border-base-300 rounded-md;
251250
margin: 1rem 0 1.35rem;
252251
padding: 0.9rem 1rem;
253-
border: 1px solid #c9d9e8;
254-
background: #e9f1f8;
255-
color: #10243f;
256252
}
257253
}
258254

0 commit comments

Comments
 (0)