Skip to content

Commit 3edb17d

Browse files
author
thinksyncs
committed
Improve RFC quiz guidance fallbacks
1 parent 107f25f commit 3edb17d

2 files changed

Lines changed: 407 additions & 108 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.question-guide{
2+
margin:0;
3+
padding:12px 14px;
4+
border:1px solid rgba(78,161,255,0.24);
5+
border-radius:12px;
6+
background:linear-gradient(180deg, rgba(78,161,255,0.08), rgba(255,255,255,0.02));
7+
color:var(--muted);
8+
line-height:1.65;
9+
}
10+
11+
.question-guide strong{
12+
color:var(--fg);
13+
}
14+
15+
.question-guide code{
16+
font-size:.94em;
17+
}
18+
19+
body[data-theme="light"] .question-guide{
20+
border-color:#bfd3ea;
21+
background:#f4f9ff;
22+
color:var(--text-muted-light);
23+
}
24+
25+
body[data-theme="light"] .question-guide strong{
26+
color:var(--text-light);
27+
}

0 commit comments

Comments
 (0)