diff --git a/Monster of the Week Official/MotWCSS.css b/Monster of the Week Official/MotWCSS.css index c95f9eb610..2f24fa3c2f 100644 --- a/Monster of the Week Official/MotWCSS.css +++ b/Monster of the Week Official/MotWCSS.css @@ -28,6 +28,17 @@ --motw-fade: rgba(255,255,255,0.5); } +.sheet-rolltemplate-motw-dieroll { + box-shadow: 3px 3px 5px black; +} + +.sheet-rolltemplate-motw-dieroll .sheet-dieroll-reminder, +.sheet-rolltemplate-motw-dieroll.sheet-rolltemplate-darkmode .sheet-dieroll-reminder { + color: white; + background-color: black; + padding: 6px; +} + .sheet-move ul { margin-bottom: 0px; } diff --git a/Monster of the Week Official/MotWHTML.html b/Monster of the Week Official/MotWHTML.html index 48e1b342d7..7de4b2cd7e 100644 --- a/Monster of the Week Official/MotWHTML.html +++ b/Monster of the Week Official/MotWHTML.html @@ -171,7 +171,7 @@ on("change:repeating_hunterstory:story", function(e) {