Fixed styling for report icon

This commit is contained in:
Julian Prieber 2023-12-02 19:17:31 +01:00
parent 57c00000e8
commit 269d6ef7d6
1 changed files with 5 additions and 4 deletions

View File

@ -35,11 +35,12 @@
.report-text { .report-text {
opacity: 0; opacity: 0;
font-size: 14px; font-size: 14px !important;
transition: opacity 0.3s ease-out; transition: opacity 0.3s ease-out !important;
font-family: Arial, Helvetica, sans-serif; color: white !important;
color: white;
text-decoration: none; text-decoration: none;
font-family: "Open Sans", sans-serif, sans !important;
text-transform: none !important;
} }
.report-text:hover { .report-text:hover {