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

From HomepointXI Wiki
Jump to: navigation, search
(Created page with ".lds-table th { background-color: #042c67; color: white; }")
 
m
Line 1: Line 1:
.lds-table th {
+
{{#css:
  background-color: #042c67;
+
  .lds-table th {
  color: white;
+
    background-color: #042c67;
}
+
    color: white;
 +
  }
 +
}}

Revision as of 13:56, 26 June 2017

{{#css:
  .lds-table th {
    background-color: #042c67;
    color: white;
  }
}}