Cosmere v1.04: Fix dependent attributes

This commit is contained in:
unknown
2025-07-06 12:42:53 -06:00
parent dc4775b99c
commit ad1a775aff
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -224,6 +224,12 @@
.sheet-rolltemplate-Stormlight_Archives.sheet-rolltemplate-darkmode .sheet-template {
--inlineRollFumbleColor: var(--dm-inlineRollFumbleColor);
}
.sheet-rolltemplate-Stormlight_Archives.sheet-rolltemplate-darkmode .sheet-template .sheet-message-container {
background-color: var(--backColor);
}
.sheet-rolltemplate-Stormlight_Archives.sheet-rolltemplate-darkmode .sheet-template .sheet-message-container .sheet-header {
color: var(--lm-fontColor);
}
.sheet-rolltemplate-Stormlight_Archives .sheet-template {
position: relative;
top: 0;
File diff suppressed because one or more lines are too long