mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 20:12:41 +00:00
Merge pull request #2796 from 5e-Cleric/DMG-theme-update
Update in the DMG theme
This commit is contained in:
@@ -10,6 +10,17 @@
|
|||||||
background-image : url(/assets/DMG_background.png);
|
background-image : url(/assets/DMG_background.png);
|
||||||
background-size : cover;
|
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 {
|
.quote p:first-child::first-line {
|
||||||
all: unset;
|
all: unset;
|
||||||
}
|
}
|
||||||
@@ -29,4 +40,4 @@
|
|||||||
.partCover {
|
.partCover {
|
||||||
background-image: @partCoverHeaderDMG;
|
background-image: @partCoverHeaderDMG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user