diff --git a/style.css b/style.css index e805904..4ac5f34 100644 --- a/style.css +++ b/style.css @@ -1637,6 +1637,7 @@ body:has(.rpg-panel.rpg-position-left) #sheld { margin: 0; line-height: 1.5; color: var(--rpg-text); + font-size: 1rem; /* Explicit readable size */ } /* Confirmation Dialog Footer */ @@ -1727,6 +1728,10 @@ body:has(.rpg-panel.rpg-position-left) #sheld { font-size: 1rem; } + .rpg-confirm-body p { + font-size: 0.95rem; /* Slightly smaller but still readable on mobile */ + } + /* Make buttons touch-friendly */ .rpg-btn-primary, .rpg-btn-secondary {