mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 02:52:38 +00:00
Make DMG style use CSS variables
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
@import (less) './themes/assets/assets.less';
|
||||
@import (less) './themes/V3/5ePHB/style.less';
|
||||
|
||||
@noteGreen : #ebcec3; // Salmon
|
||||
@footnotes : #5c5c5c; // Dark gray
|
||||
:root {
|
||||
//Colors
|
||||
--HB_Color_Accent : #EBCEC3; // Salmon
|
||||
--HB_Color_Footnotes : #5C5C5C; // Dark gray
|
||||
}
|
||||
|
||||
.page {
|
||||
background-image : url(/assets/DMG_background.png);
|
||||
@@ -14,12 +17,7 @@
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
.pageNumber {
|
||||
color : @footnotes;
|
||||
}
|
||||
|
||||
.footnote {
|
||||
color : @footnotes;
|
||||
bottom : 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user