85 lines
1.1 KiB
SCSS
85 lines
1.1 KiB
SCSS
|
|
|
|
|
|
sup{
|
|
line-height: 0;
|
|
}
|
|
|
|
.smallcaps{
|
|
font-variant: small-caps;
|
|
}
|
|
hr{
|
|
border: none;
|
|
height: var(--baseline);
|
|
}
|
|
|
|
a{
|
|
color: currentColor;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p{
|
|
text-align: justify;
|
|
orphans: 2;
|
|
widows: 2;
|
|
margin-left: $indent;
|
|
// padding-left: $indent*0.2;
|
|
}
|
|
|
|
p, li{
|
|
hyphens: auto;
|
|
hyphenate-limit-chars: 7 3 4;
|
|
hyphenate-limit-lines: 2;
|
|
hyphenate-limit-zone: 8%;
|
|
word-spacing: -0.004em;
|
|
}
|
|
|
|
|
|
|
|
|
|
// p + p{
|
|
// text-indent: calc(var(--indent)*0.5);
|
|
// }
|
|
|
|
|
|
|
|
blockquote{
|
|
font-family: var(--font-quote);
|
|
}
|
|
|
|
// blockquote u{
|
|
// text-decoration: none;
|
|
// text-transform: uppercase;
|
|
// font-size: var(--fs-small);
|
|
// color: red;
|
|
// }
|
|
|
|
// u{
|
|
// color: red;
|
|
// }
|
|
|
|
|
|
ul{
|
|
color: red;
|
|
}
|
|
|
|
|
|
|
|
.p-these{
|
|
font-weight: 500;
|
|
margin-bottom: calc(var(--baseline)*0.5);
|
|
strong{
|
|
text-transform: uppercase;
|
|
display: inline-block;
|
|
min-width: $indent*2;
|
|
font-weight: bold;
|
|
font-size: var(--fs-small);
|
|
letter-spacing: 0.05rem;
|
|
}
|
|
|
|
}
|
|
|
|
.p-these-last{
|
|
margin-bottom: calc(var(--baseline)*1);
|
|
}
|
|
|