Skip to content

Commit ddb5554

Browse files
authored
Merge pull request #143 from iterative/subtler-tab-styling
2 parents 587c228 + 8ecb106 commit ddb5554

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
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: thick groove #caf3fa;
4746
height: 0;
4847
opacity: 0;
4948
position: absolute;

0 commit comments

Comments
 (0)