Skip to content

Commit 4a298ed

Browse files
committed
Use lighter border color
1 parent 1a0b915 commit 4a298ed

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242

4343
.tab {
4444
@apply p-2 m-0;
45-
border-left-color: lightblue;
46-
border-left-width: thick;
47-
border-left-style: groove;
45+
border-left: thick groove #caf3fa;
4846
height: 0;
4947
opacity: 0;
5048
position: absolute;

0 commit comments

Comments
 (0)