0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +00:00
Files
homebrewery/themes/V3/5eDMG/style.less
Víctor Losada Hernández 65f55dfc12 duplicated .page
2023-06-22 23:29:01 +02:00

32 lines
525 B
Plaintext

:root {
//Colors
--HB_Color_Accent : #EBCEC3; // Salmon
--HB_Color_Footnotes : #5C5C5C; // Dark gray
}
.page {
background-image : url(/assets/DMG_background.png);
background-size : cover;
/*TABLES WITHIN NOTES*/
.note table tbody tr:nth-child(odd) {
background:#fff;
}
/*DROP CAP CHANGES*/
h1 + p::first-letter {
background-image: unset;
color:black;
}
&:after {
background-image : url(/assets/DMG_footerAccent.png);
height: 58px;
}
.footnote {
bottom : 40px;
}
}