From 4385002ad35408b17d324482087fd8a18090c19d Mon Sep 17 00:00:00 2001 From: Vince Date: Mon, 12 Jun 2023 22:10:08 -0700 Subject: [PATCH] Update D&D_Moldvay_AmandatheAmazon.css --- DnD_Moldvay_AmandatheAmazon/D&D_Moldvay_AmandatheAmazon.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }