calraijintaiko/caltaiko

View on GitHub
app/assets/stylesheets/components/databases.scss

Summary

Maintainability
Test Coverage
section.member-data {
  margin-bottom: 50px;
}

.data-table {
  thead {
    tr {
      background-color: $dark-bg;
    }
    th {
      color: $yellow;
    }
  }
}