From c62d3cae2f64dc026c7034e4bef58073468d271c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 17 Jan 2025 21:53:14 -0700 Subject: [PATCH] Make the background of the combined hero sheet actually the theme background colour --- templates/Apps/CombinedHeroSheet/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Apps/CombinedHeroSheet/style.css b/templates/Apps/CombinedHeroSheet/style.css index 6143a9f..7e245ed 100644 --- a/templates/Apps/CombinedHeroSheet/style.css +++ b/templates/Apps/CombinedHeroSheet/style.css @@ -1,6 +1,7 @@ .ripcrypt.ripcrypt--CombinedHeroSheet { > .window-content { gap: 4px; + background: var(--base-background); } .HeroSkillsCardV1 {