We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbcdd4 commit a7d2e3aCopy full SHA for a7d2e3a
1 file changed
assets/theme-css/tabs.css
@@ -46,8 +46,8 @@
46
47
/* The tab panel is in which the tab contents appear */
48
[role="tabpanel"] {
49
- border-top: 1px solid var(--pst-color-text-muted);
50
- border-bottom: 1px solid var(--pst-color-text-muted);
+ border-top: 1px solid var(--pst-color-border);
+ border-bottom: 1px solid var(--pst-color-border);
51
margin-top: 1px;
52
padding-top: 0.5rem;
53
padding-bottom: 0.5rem;
0 commit comments