mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Modify table styles for spec
This commit is contained in:
parent
971cb6fc9e
commit
0eceea249c
1 changed files with 7 additions and 1 deletions
|
|
@ -245,6 +245,11 @@ em{
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
.result-table > table {
|
||||
border-left: solid 4px #1db598;
|
||||
}
|
||||
|
||||
table{
|
||||
border: solid 0.5px #e0e0e0;
|
||||
width: 100%;
|
||||
|
|
@ -272,8 +277,9 @@ th{
|
|||
}
|
||||
tr{
|
||||
border: solid 0.5px #e0e0e0;
|
||||
background-color: white;
|
||||
}
|
||||
tr:nth-child(odd) {
|
||||
tr:nth-child(even) {
|
||||
background-color: #f2f7f9;
|
||||
}
|
||||
td{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue