Переглянути джерело

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

Thanks to xet7 !
Lauri Ojansivu 1 рік тому
батько
коміт
ab944e51c7
1 змінених файлів з 1 додано та 0 видалено
  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;