This commit is contained in:
Marcus Noble 2021-03-21 09:21:49 +00:00
parent fb7f0444b0
commit 6f70f207a7
6 changed files with 10 additions and 5 deletions

5
dist/milligram.css vendored
View File

@ -35,6 +35,10 @@ footer {
border-top: 1px solid #27162a;
}
footer a {
white-space: nowrap;
}
blockquote {
border-left: 0.3rem solid #27162a;
margin-left: 0;
@ -185,7 +189,6 @@ code {
font-size: 86%;
margin: 0 .2rem;
padding: .2rem .5rem;
white-space: nowrap;
}
pre {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -30,3 +30,6 @@ footer
padding-top: 1em
padding-bottom: 1em
border-top: 1px solid $color-quaternary
a
white-space: nowrap;

View File

@ -8,7 +8,6 @@ code
font-size: 86%
margin: 0 .2rem
padding: .2rem .5rem
white-space: nowrap
pre
background: $color-quinary