Skip to content

Commit 744de10

Browse files
committed
Fonal tweeks #4697
1 parent 97d5a09 commit 744de10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/components/Contentful/Tabs/themes/underline-dark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $text-color-pannel: #4a4a4a;
2222
-webkit-justify-content: center; /* Safari */
2323
justify-content: center;
2424
list-style-type: none;
25-
border-bottom: 5px solid #fff;
25+
border-bottom: 5px solid #013b4d;
2626

2727
@include xs-to-sm {
2828
overflow-x: auto;
@@ -51,7 +51,7 @@ $text-color-pannel: #4a4a4a;
5151
@include xs-to-sm {
5252
margin: 0;
5353
padding-right: 36px;
54-
border-bottom: 5px solid #fff;
54+
border-bottom: 5px solid #013b4d;
5555
}
5656

5757
&:hover,

0 commit comments

Comments
 (0)