Increase small-box footer contrast ratio

Contrast ratio is still low, but this should improve things. Generally, it's advised to aim for a contrast ratio of 4.5.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2022-11-15 09:15:09 +02:00
committed by GitHub
parent da2764e58f
commit 90ba0a449d

View File

@@ -447,7 +447,7 @@ td.lookatme {
}
.small-box > .small-box-footer {
color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.75);
transition: all 0.5s;
}