0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 16:22:42 +00:00

Merge branch 'master' into CSSLint-V3PHB

This commit is contained in:
Trevor Buckner
2023-09-19 15:36:46 -04:00
committed by GitHub
2 changed files with 14 additions and 3 deletions

View File

@@ -10,6 +10,17 @@
background-image : url(/assets/DMG_background.png);
background-size : cover;
/*TABLES WITHIN NOTES*/
.note table tbody tr:nth-child(odd) {
background:#fff;
}
/*DROP CAP*/
h1 + p::first-letter {
background-image: unset;
color:black;
}
.quote p:first-child::first-line {
all: unset;
}
@@ -29,4 +40,4 @@
.partCover {
background-image: @partCoverHeaderDMG;
}
}
}