Skip to content

Commit

Permalink
fix(theme): table row background-color in custom containers (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
skirtles-code committed Nov 4, 2023
1 parent b08a313 commit beecec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/styles/components/vp-doc.css
Expand Up @@ -164,6 +164,7 @@
}

.vp-doc tr {
background-color: var(--vp-c-bg);
border-top: 1px solid var(--vp-c-divider);
transition: background-color 0.5s;
}
Expand Down

0 comments on commit beecec1

Please sign in to comment.