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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user