MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Line 6: Line 6:
   line-height: 20px;
   line-height: 20px;
   margin-bottom: 5px;
   margin-bottom: 5px;
}
.va-table tbody tr:first-child td {
  background-color: #FF0000;
}
}

Revision as of 10:52, 30 April 2024

.va-table {
   background-color: #212121;
   border-collapse: collapse;
   empty-cells: show;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 5px;
}
.va-table tbody tr:first-child td {
  background-color: #FF0000;
}