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