larger type
This commit is contained in:
parent
8c28b027b6
commit
3dba70f8d1
6 changed files with 28 additions and 32 deletions
|
|
@ -39,13 +39,10 @@ ol[type="1"] + p{
|
|||
blockquote{
|
||||
font-family: var(--font-serif);
|
||||
padding-left: calc(var(--indent)*1);
|
||||
padding-right: calc(var(--indent)*1);
|
||||
// font-size: var(--fs-small);
|
||||
padding-right: calc(var(--indent)*1);
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
font-size: 12px;
|
||||
// color: #343434;
|
||||
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -100,9 +97,9 @@ ol[type="1"]{
|
|||
li::before{
|
||||
font-size: var(--fs-small);
|
||||
content: "¶";
|
||||
color: #d7d7d7;
|
||||
color: #bebebe;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue