Ver Fonte

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

Thanks to xet7 !
Lauri Ojansivu há 1 ano atrás
pai
commit
ab944e51c7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      client/components/cards/minicard.css

+ 1 - 0
client/components/cards/minicard.css

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