diff --git a/Forbidden_Lands/Forbidden_Lands.css b/Forbidden_Lands/Forbidden_Lands.css index 589b24b6cf..58383c3f58 100644 --- a/Forbidden_Lands/Forbidden_Lands.css +++ b/Forbidden_Lands/Forbidden_Lands.css @@ -2000,6 +2000,10 @@ width: calc(100% - 10px); } +.sheet-darkmode .tab-content .charsheet .character-attributes { + background-image: url('https://raw.githubusercontent.com/vince-roll20/roll20-character-sheets/refs/heads/FBL/Forbidden_Lands/images/FBL_ability_%20banners_inverted.png'); +} + .sheet-darkmode .tab-content .charsheet .wrapper .character-attributes, .sheet-darkmode .tab-content .charsheet .wrapper .character-appearance, .sheet-darkmode .tab-content .charsheet .wrapper .character-conditions, diff --git a/Forbidden_Lands/images/FBL_ability_ banners_inverted.png b/Forbidden_Lands/images/FBL_ability_ banners_inverted.png new file mode 100644 index 0000000000..8cadb75984 Binary files /dev/null and b/Forbidden_Lands/images/FBL_ability_ banners_inverted.png differ