themes/hyde: tweak table styling

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-28 00:02:56 +05:30
parent 375376ee79
commit cfc9a2e76a
1 changed files with 1 additions and 6 deletions

View File

@ -211,7 +211,7 @@ img {
/* Tables */
table {
margin-bottom: 1rem;
width: 100%;
width: fit-content;
border: 1px solid #e5e5e5;
border-collapse: collapse;
}
@ -220,11 +220,6 @@ th {
padding: .25rem .5rem;
border: 1px solid #e5e5e5;
}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color: #f9f9f9;
}
/*
* Custom type