Skip to content

Commit beecec1

Browse files
authoredNov 4, 2023
fix(theme): table row background-color in custom containers (#3179)
1 parent b08a313 commit beecec1

File tree

1 file changed

+1
-0
lines changed
  • src/client/theme-default/styles/components

1 file changed

+1
-0
lines changed
 

‎src/client/theme-default/styles/components/vp-doc.css

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
}
165165

166166
.vp-doc tr {
167+
background-color: var(--vp-c-bg);
167168
border-top: 1px solid var(--vp-c-divider);
168169
transition: background-color 0.5s;
169170
}

0 commit comments

Comments
 (0)