mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 05:12:39 +00:00
28 lines
477 B
Plaintext
28 lines
477 B
Plaintext
@import (less) './themes/assets/assets.less';
|
|
|
|
:root {
|
|
//Colors
|
|
--HB_Color_Accent : #EBCEC3; // Salmon
|
|
--HB_Color_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;
|
|
}
|
|
|
|
.footnote {
|
|
bottom : 40px;
|
|
}
|
|
}
|
|
|
|
.page:has(.partCover) {
|
|
|
|
.partCover {
|
|
background-image: @partCoverHeaderDMG;
|
|
}
|
|
} |