0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 11:12:39 +00:00
Files
homebrewery/themes/V3/5eDMG/style.less
Trevor Buckner f84e2c316f DMG theme added
2022-01-21 00:27:52 -05:00

26 lines
484 B
Plaintext

@import (less) './themes/fonts/5e/fonts.less';
@import (less) './themes/assets/assets.less';
@import (less) './themes/V3/5ePHB/style.less';
@noteGreen : #ebcec3; // Salmon
@footnotes : #5c5c5c; // Dark gray
.page {
background-image : url(/assets/DMG_background.png);
background-size : cover;
&:after {
background-image : url(/assets/DMG_footerAccent.png);
height: 58px;
}
.pageNumber {
color : @footnotes;
}
.footnote {
color : @footnotes;
bottom : 40px;
}
}