Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Aug 20, 2023
1 parent f9fd1ea commit 3207ae5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/style.css
Expand Up @@ -487,11 +487,13 @@ blockquote {
border-collapse: collapse;
border: none;
}
.tsd-typography td, .tsd-typography th {
.tsd-typography td,
.tsd-typography th {
padding: 6px 13px;
border: 1px solid var(--color-accent);
}
.tsd-typography thead, .tsd-typography tr:nth-child(even) {
.tsd-typography thead,
.tsd-typography tr:nth-child(even) {
background-color: var(--color-background-secondary);
}

Expand Down

0 comments on commit 3207ae5

Please sign in to comment.