diff --git a/DnD_Moldvay_AmandatheAmazon/D&D_Moldvay_AmandatheAmazon.css b/DnD_Moldvay_AmandatheAmazon/D&D_Moldvay_AmandatheAmazon.css index 37a61e52b7..650054b2ba 100644 --- a/DnD_Moldvay_AmandatheAmazon/D&D_Moldvay_AmandatheAmazon.css +++ b/DnD_Moldvay_AmandatheAmazon/D&D_Moldvay_AmandatheAmazon.css @@ -16,13 +16,14 @@ /* minimal darkmode adjustment */ .sheet-rolltemplate-darkmode.sheet-rolltemplate-odnd .sheet-RollTemp-wrapper { - color: #000; + color: #333; } .sheet-rolltemplate-darkmode.sheet-rolltemplate-odnd .sheet-RollTemp-wrapper .inlinerollresult { background-color: #fef68e; border: 2px solid #fef68e; - color: #000; + color: #333; + font-family: "Proxima Nova", ProximaNova-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }