mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 11:12:39 +00:00
26 lines
484 B
Plaintext
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;
|
|
}
|
|
}
|