Added context Component

This commit is contained in:
Nathan Schneider
2025-05-07 15:33:05 -06:00
parent 668ce763f7
commit 52310fa657
5 changed files with 92 additions and 9 deletions

View File

@ -1443,12 +1443,18 @@ textarea {
line-height: 1.6;
border: 1px solid #ddd;
border-radius: 4px;
padding: 10px;
padding: 12px;
background-color: #f8f8f8;
}
.markdown-help p {
margin: 0.5em 0;
margin: 0.7em 0;
padding-bottom: 0.5em;
border-bottom: 1px dotted #eee;
}
.markdown-help p:last-child {
border-bottom: none;
}
.markdown-help code {
@ -1457,4 +1463,9 @@ textarea {
padding: 2px 4px;
border-radius: 3px;
font-size: 0.9em;
}
.markdown-help a {
color: #0066cc;
text-decoration: underline;
}