From 6cd7754cebd0d184040d42316fb4b2347df5656d Mon Sep 17 00:00:00 2001 From: dpolan Date: Thu, 4 Nov 2021 11:57:38 +0100 Subject: [PATCH] Improve result caption legibility as suggested by Chrome's accesibility audit --- Runequest_6/Runequest_6.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Runequest_6/Runequest_6.css b/Runequest_6/Runequest_6.css index 20640f3868..7a4a799d52 100644 --- a/Runequest_6/Runequest_6.css +++ b/Runequest_6/Runequest_6.css @@ -693,9 +693,9 @@ td.sheet-effect_mp_cost { .sheet-rolltemplate-runequest caption { text-align: center; background: url(http://i.imgur.com/VnqY9Kh.png); - color: #F59111; + color: #fffbf6; font-weight: bold; - padding: 2px; + padding: 4px; border: 1px solid black; line-height: 1.5em; } @@ -734,9 +734,9 @@ td.sheet-effect_mp_cost { .sheet-rolltemplate-runequest-weapon caption { text-align: center; background: url(http://i.imgur.com/VnqY9Kh.png); - color: #F59111; + color: #fffbf6; font-weight: bold; - padding: 2px; + padding: 4px; border: 1px solid black; line-height: 1.5em; }