Improve result caption legibility as suggested by Chrome's accesibility audit

This commit is contained in:
dpolan
2021-11-04 11:57:38 +01:00
parent 7ab486e2ae
commit 6cd7754ceb
+4 -4
View File
@@ -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;
}