style(next): use distinct formatting for the "Markdown-like autoformatting" card

This commit is contained in:
Adorian Doran 2025-01-08 22:04:55 +02:00
parent c23890594f
commit c00c01dafb

View File

@ -1613,6 +1613,12 @@ body .calendar-dropdown-widget .calendar-body a:hover {
letter-spacing: .5pt;
}
.help-dialog .help-cards code {
border-radius: 4px;
background: #d7d5d5;
padding: 0 8px;
}
.help-dialog .help-cards kbd:first-child {
margin-left: 0;
}