Skip to content

Commit d0ebf7b

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/decode-uri-component-0.2.2
2 parents 1454f63 + ddb5554 commit d0ebf7b

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)