inline code syntax highlighting: marpit custom engine + css
This commit is contained in:
@@ -40,11 +40,13 @@ pre code {
|
||||
color: inherit;
|
||||
}
|
||||
code {
|
||||
background: #1a1a2e;
|
||||
color: #d63384;
|
||||
background: #0f0f23;
|
||||
padding: 0.15em 0.4em;
|
||||
border-radius: 4px;
|
||||
font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
|
||||
}
|
||||
section code:not(.hljs) { color: #d63384 !important; }
|
||||
section code.hljs { color: #f8f8f8 !important; }
|
||||
a {
|
||||
color: var(--color-highlight);
|
||||
}
|
||||
@@ -1281,8 +1283,7 @@ Steuert die Vorschau beim Teilen auf Mastodon, LinkedIn, Signal, MS Teams, Slack
|
||||

|
||||
|
||||
```html
|
||||
<label>Geburtsdatum</label>
|
||||
<input type="date" />
|
||||
Geburtsdatum <input type="date" />
|
||||
```
|
||||
|
||||
| Teil | Bezeichnung |
|
||||
|
||||
Reference in New Issue
Block a user