diff --git a/index.html b/index.html index 6f75def..185979b 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,7 @@ ul.trust li::before { content: "✓"; position: absolute; left: .2rem; color: var(--accent); font-weight: 700; } code, pre { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: .88em; } code { background: var(--card); border: 1px solid var(--line); border-radius: 5px; padding: .1em .35em; } + pre code { background: none; border: 0; padding: 0; color: inherit; font-size: 1em; } button { padding: .7rem 1.3rem; font-size: 1rem; font-weight: 600; cursor: pointer; background: var(--accent); color: var(--accent-fg); border: 0; border-radius: 8px;