Skip to content

Commit 1a0b915

Browse files
committed
Add subtler tab styling
1 parent 52d35d7 commit 1a0b915

File tree

1 file changed

+4
-3
lines changed
  • packages/gatsby-theme-iterative/src/components/Documentation/Markdown/ToggleProvider

1 file changed

+4
-3
lines changed

packages/gatsby-theme-iterative/src/components/Documentation/Markdown/ToggleProvider/styles.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
}
4242

4343
.tab {
44-
margin: 0;
45-
padding: 10px 10px 10px 20px;
46-
background-color: rgb(27 31 35 / 5%);
44+
@apply p-2 m-0;
45+
border-left-color: lightblue;
46+
border-left-width: thick;
47+
border-left-style: groove;
4748
height: 0;
4849
opacity: 0;
4950
position: absolute;

0 commit comments

Comments
 (0)