Skip to content

Commit 0afbb3c

Browse files
committed
run node_modules/prettier/bin/prettier.cjs --write ./cmd/tools/vdoc/theme/doc.css
1 parent 56fd63d commit 0afbb3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmd/tools/vdoc/theme/doc.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -670,20 +670,20 @@ pre {
670670
}
671671

672672
table {
673-
border:1px solid var(--table-background-color);
673+
border: 1px solid var(--table-background-color);
674674
border-collapse: collapse;
675675
}
676-
table tr td, table tr th {
677-
padding:4px 8px;
676+
table tr td,
677+
table tr th {
678+
padding: 4px 8px;
678679
}
679-
table tr th {
680+
table tr th {
680681
background-color: var(--table-background-color);
681682
}
682683
tr:nth-child(even) {
683684
background-color: var(--table-background-color);
684685
}
685686

686-
687687
/* Medium screen and up */
688688
@media (min-width: 768px) {
689689
*::-webkit-scrollbar {

0 commit comments

Comments
 (0)