Make code blocks loose border when against edge

This commit is contained in:
Jade Ellis 2024-07-28 22:37:14 +01:00
parent 601dac54eb
commit e7e311b080
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -11,7 +11,7 @@ pre {
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: .375rem;
border-radius: var(--edge-border-radius, --border-radius);
padding: calc(var(--spacing)/2);
box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a
}