mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 14:22:42 +00:00
DMG theme added
This commit is contained in:
25
themes/V3/5eDMG/style.less
Normal file
25
themes/V3/5eDMG/style.less
Normal file
@@ -0,0 +1,25 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user