Difference between revisions of "User:Kairo/common.css"

From HomepointXI Wiki
Jump to: navigation, search
m
m
Line 16: Line 16:
 
.lds-table.sandoria tbody > tr > th {
 
.lds-table.sandoria tbody > tr > th {
 
   background-color: #a00;
 
   background-color: #a00;
   color: yellow;
+
   color: black;
 
}
 
}

Revision as of 17:35, 26 June 2017

.lds-table tbody > tr > th {
  background-color: #042c67;
  color: white;
}

.lds-table-mobs tbody > tr:nth-child(odd) > td {
  background-color: #042c67;
  color: white;
}

.lds-table-mobs tbody tr:first-child > td:first-child {
  background-color: inherit;
  color: inherit;
}

.lds-table.sandoria tbody > tr > th {
  background-color: #a00;
  color: black;
}