CSS für Code-Elemet aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 2m1s
All checks were successful
release-tag / release-image (push) Successful in 2m1s
This commit is contained in:
@@ -144,6 +144,12 @@ article blockquote {
|
|||||||
background: var(--code-bg);
|
background: var(--code-bg);
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
border-left: 4px solid var(--accent);
|
||||||
|
padding: .5rem 1rem; margin: 1rem 0;
|
||||||
|
background: var(--code-bg);
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
.main-nav ul {
|
.main-nav ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1.25rem;
|
gap: 1.25rem;
|
||||||
|
Reference in New Issue
Block a user