We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db68791 commit 904fe16Copy full SHA for 904fe16
1 file changed
app.css
@@ -233,26 +233,22 @@
233
}
234
235
.guide-question {
236
+ @apply bg-base-200/80 text-base-content border-l-4 border-primary rounded-r-md;
237
margin: 1rem 0 1.5rem;
238
padding: 0.95rem 1rem;
- border-left: 4px solid #1f5f99;
239
- background: #f5f9fc;
240
- color: #10243f;
241
font-size: 1.05rem;
242
font-weight: 600;
243
244
245
.section-note {
+ @apply text-base-content-muted;
246
margin: 0.4rem 0 1rem;
247
- color: #33506f;
248
249
250
.method-note {
+ @apply bg-base-200 text-base-content border border-base-300 rounded-md;
251
margin: 1rem 0 1.35rem;
252
padding: 0.9rem 1rem;
253
- border: 1px solid #c9d9e8;
254
- background: #e9f1f8;
255
256
257
258
0 commit comments