Skip to content

Commit a7d2e3a

Browse files
Use correct color for tabs border (#412)
1 parent cfbcdd4 commit a7d2e3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/theme-css/tabs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
/* The tab panel is in which the tab contents appear */
4848
[role="tabpanel"] {
49-
border-top: 1px solid var(--pst-color-text-muted);
50-
border-bottom: 1px solid var(--pst-color-text-muted);
49+
border-top: 1px solid var(--pst-color-border);
50+
border-bottom: 1px solid var(--pst-color-border);
5151
margin-top: 1px;
5252
padding-top: 0.5rem;
5353
padding-bottom: 0.5rem;

0 commit comments

Comments
 (0)