Skip to content

Commit

Permalink
Added table CSS
Browse files Browse the repository at this point in the history
Signed-off-by: alexmerlin <[email protected]>
  • Loading branch information
alexmerlin committed May 15, 2024
1 parent 16850a5 commit 13c2b57
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,27 @@ a:hover {
text-decoration: underline;
}

table {
background-color: #e6e6e6;
border-collapse: separate;
border-spacing: 1px;
font-family: SpaceGrotesk, serif;
width: 100%;
}
tr:nth-child(odd) td{
background-color: #ffffff;
}
tr:nth-child(even) td{
background-color: #f2f2f2;
}
th {
background-color: #eeeeee;
padding: 12px 8px;
}
td {
padding: 8px;
}

.dk-nav {
background: rgba(75, 103, 249, 1) !important;
}
Expand Down

0 comments on commit 13c2b57

Please sign in to comment.