0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-19 12:02:41 +00:00
This commit is contained in:
Trevor Buckner
2023-12-11 15:48:58 -05:00
parent 0775f9ee1b
commit f5f6137a4d

View File

@@ -41,9 +41,9 @@
}
.page {
.useColumns();
background-image : @backgroundImage;
font-family : BookInsanityRemake;
font-family : 'BookInsanityRemake';
font-size : 0.34cm;
background-image : @backgroundImage;
}
//*****************************
// * BASE
@@ -58,13 +58,13 @@
& + p { margin-top : 0; }
}
ul {
margin-bottom : 0.8em;
padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em;
}
ol {
margin-bottom : 0.8em;
padding-left : 1.4em;
margin-bottom : 0.8em;
line-height : 1.25em;
}
//Indents after p or lists
@@ -283,9 +283,7 @@
}
/* Watermark */
.watermark {
color : black;
}
.watermark { color : black; }
/* Watercolor */
@@ -434,22 +432,22 @@
// * CODE BLOCKS
// ************************************/
code {
font-size : 0.325cm;
padding : 0px 4px;
color : #58180d;
background-color : #faf7ea;
font-size : 0.325cm;
color : #58180D;
background-color : #FAF7EA;
border-radius : 4px;
}
pre code {
padding : 0.15cm;
margin-bottom : 2px;
border-style : solid;
border-width : 1px;
border-radius : 12px;
border-image : @codeBorderImage 26 stretch;
border-image-width : 10px;
border-image-outset : 2px;
margin-bottom: 2px;
padding: 0.15cm;
.page :where(&) {
margin-top : 2px; //Prevent top border getting cut off on colbreak
}
@@ -875,10 +873,7 @@
.page {
dl {
line-height : 1.25em;
& + * { margin-top : 0.28cm; }
}
dl + * {
margin-top : 0.17cm;
& + * { margin-top : 0.17cm; }
}
p + dl { margin-top : 0.17cm; }
dt {