Jump to content

Template:StyledTable/styles.css

From RetroTechCollection
Revision as of 10:10, 24 April 2025 by Josh (talk | contribs)
@media screen {
  table.styled-table {
    background-color: #f8f8f8;
    color: #202122;
  }

  table.styled-table th {
    background-color: #4B9CD3;
    color: white;
  }

  table.styled-table {
    border-radius: 8px;
    border: 1px solid #a2a9b1;
  }
}