diff --git a/CDMG/cdmg-preview.png b/CDMG/cdmg-preview.png index f1c9cb0c39..cf3a4e5277 100644 Binary files a/CDMG/cdmg-preview.png and b/CDMG/cdmg-preview.png differ diff --git a/CDMG/cdmg.css b/CDMG/cdmg.css index d82fe4182b..de120bc6d8 100644 --- a/CDMG/cdmg.css +++ b/CDMG/cdmg.css @@ -184,11 +184,11 @@ display: none; } .collateral-damage label span:before { - content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart.png"); + content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart.png"); cursor: pointer; } .collateral-damage label input[type=checkbox]:checked + span:before { - content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png"); + content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png"); cursor: pointer; } .collateral-damage ul { @@ -271,5 +271,5 @@ /* Using this to pre-load the heart-slash to avoid the flicker */ .collateral-damage::after{ position:absolute; width:0; height:0; overflow:hidden; z-index:-1; - content:url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png") + content:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png") } \ No newline at end of file diff --git a/CDMG/cdmg.html b/CDMG/cdmg.html index 5641223773..dc498ddaf0 100644 --- a/CDMG/cdmg.html +++ b/CDMG/cdmg.html @@ -2,7 +2,7 @@
- +
diff --git a/CDMG/hearts.png b/CDMG/hearts.png deleted file mode 100644 index 4f9111432e..0000000000 Binary files a/CDMG/hearts.png and /dev/null differ diff --git a/CDMG/sheet.json b/CDMG/sheet.json index eb9b484c2a..d71268d462 100644 --- a/CDMG/sheet.json +++ b/CDMG/sheet.json @@ -5,5 +5,5 @@ "roll20userid": "1474331", "preview": "cdmg-preview.png", "instructions": "**Collateral Damage Character Sheet**\n\nUse this simple character sheet to track stats and player info for your Collateral Damage games", - "legacy": true + "legacy": false } \ No newline at end of file