We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c980cbf commit cffcc7aCopy full SHA for cffcc7a
src/css/tabs.css
@@ -9,7 +9,7 @@
9
10
.tabs li {
11
align-items: center;
12
- border: 1px solid var(--color-brand-black);
+ border: 1px solid var(--color-gray-10);
13
border-bottom: 0;
14
cursor: pointer;
15
display: flex;
src/css/vars.css
@@ -142,4 +142,5 @@
142
/* tabs */
143
--color-brand-black: var(--color-black);
144
--color-brand-light-gray: #f3f3f3;
145
+ --color-brand-dark-gray: #6c6c6c;
146
}
0 commit comments