mirror of
https://github.com/kognise/water.css.git
synced 2025-08-21 04:11:30 +02:00
Table redesign
Removed table borders, used color striping and left aligned table headers.
This commit is contained in:
@@ -15,8 +15,12 @@ table {
|
||||
|
||||
td, th {
|
||||
padding: 6px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid $border;
|
||||
}
|
||||
th {
|
||||
background-color: darken($background, 8%);
|
||||
}
|
||||
tbody tr:nth-child(even) {
|
||||
background-color: darken($background, 4%);
|
||||
}
|
||||
|
Reference in New Issue
Block a user