mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 16:22:41 +00:00
CSS based ToC exclusion system
either I am building the lookup incorrectly or Chrome is not letting me see variables via computedStyles.
This commit is contained in:
@@ -314,6 +314,7 @@
|
||||
border-image : @monsterBorderImage 14 round;
|
||||
border-image-outset : 0px 2px;
|
||||
box-shadow : 1px 4px 14px #888888;
|
||||
--TOC : "exclude";
|
||||
}
|
||||
|
||||
position : relative;
|
||||
@@ -329,11 +330,13 @@
|
||||
margin-bottom : 0;
|
||||
font-size : 0.304cm; //Monster size and type subtext
|
||||
}
|
||||
--TOC : "exclude";
|
||||
}
|
||||
h3 {
|
||||
font-family : 'ScalySansSmallCapsRemake';
|
||||
font-size : 0.45cm;
|
||||
border-bottom : 1.5px solid var(--HB_Color_HeaderText);
|
||||
--TOC : "exclude";
|
||||
}
|
||||
|
||||
//Triangle dividers
|
||||
|
||||
Reference in New Issue
Block a user