Fix minicard description text color to black, so that it is visible at light grey background.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-09-14 23:18:16 +03:00
parent d11082385f
commit ab944e51c7

View file

@ -265,6 +265,7 @@
}
.minicard .minicard-description {
padding: 6px 0 0 8px;
color: #000;
background-color: #eee;
width: 100%;
margin-bottom: 2px;