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 d59c7e6 commit 9d3f1b1Copy full SHA for 9d3f1b1
1 file changed
docs/_sass/_main.scss
@@ -1127,13 +1127,14 @@ button {
1127
1128
#platform-tabs > .badge{
1129
border-style: solid;
1130
- border-width: 2px;
+ border-width: 1px;
1131
border-color: var(--color-borders);
1132
background-color: transparent;
1133
border-radius: 4px;
1134
text-align: center;
1135
cursor: unset;
1136
padding: 8px 12px;
1137
+ color: var(--color-text);
1138
}
1139
1140
#platform-tabs > .active {
0 commit comments