Skip to content

Commit cffcc7a

Browse files
committed
fixing border colors
1 parent c980cbf commit cffcc7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/css/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.tabs li {
1111
align-items: center;
12-
border: 1px solid var(--color-brand-black);
12+
border: 1px solid var(--color-gray-10);
1313
border-bottom: 0;
1414
cursor: pointer;
1515
display: flex;

src/css/vars.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,5 @@
142142
/* tabs */
143143
--color-brand-black: var(--color-black);
144144
--color-brand-light-gray: #f3f3f3;
145+
--color-brand-dark-gray: #6c6c6c;
145146
}

0 commit comments

Comments
 (0)