0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 07:12:39 +00:00

tables within notes & drop caps

This commit is contained in:
Victor Losada Hernandez
2023-04-23 15:11:29 +02:00
parent 45b7d7da88
commit 963236f961

View File

@@ -8,6 +8,18 @@
background-image : url(/assets/DMG_background.png);
background-size : cover;
/*TABLES WITHIN NOTES*/
.page .note table tbody tr:nth-child(odd) {
background:#fff;
}
/*DROP CAP CHANGES*/
.page h1 + p::first-letter {
background-image: unset;
color:black;
}
&:after {
background-image : url(/assets/DMG_footerAccent.png);
height: 58px;