Skip to content

Commit 3207ae5

Browse files
committed
Lint
1 parent f9fd1ea commit 3207ae5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

static/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,13 @@ blockquote {
487487
border-collapse: collapse;
488488
border: none;
489489
}
490-
.tsd-typography td, .tsd-typography th {
490+
.tsd-typography td,
491+
.tsd-typography th {
491492
padding: 6px 13px;
492493
border: 1px solid var(--color-accent);
493494
}
494-
.tsd-typography thead, .tsd-typography tr:nth-child(even) {
495+
.tsd-typography thead,
496+
.tsd-typography tr:nth-child(even) {
495497
background-color: var(--color-background-secondary);
496498
}
497499

0 commit comments

Comments
 (0)