Compare commits

..

No commits in common. "9ddcb1b3f2aa8c2355cfa7cfc46e15436006ddc9" and "ef545be03cfd3a3c0ddea5741b96fa6886768abf" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View File

@ -13,7 +13,9 @@ $sidenote-highlight-border-width: .2rem;
}
.sidenote-content {
border: $standard-border-width dashed;
border: $sidenote-highlight-border-width dashed;
padding: $sidenote-padding -
($sidenote-highlight-border-width - $standard-border-width);
border-color: $primary-color;
}
}

View File

@ -18,12 +18,9 @@ $standard-border: $standard-border-width solid $border-color;
border-radius: .2rem;
}
html {
font-size: 0.152778in;
}
body {
font-family: $font-body;
font-size: 1.0rem;
line-height: 1.5;
margin-bottom: 1rem;
text-align: justify;