Skip to content

Commit 9d3f1b1

Browse files
committed
fix: adjust styles
1 parent d59c7e6 commit 9d3f1b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_sass/_main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,13 +1127,14 @@ button {
11271127

11281128
#platform-tabs > .badge{
11291129
border-style: solid;
1130-
border-width: 2px;
1130+
border-width: 1px;
11311131
border-color: var(--color-borders);
11321132
background-color: transparent;
11331133
border-radius: 4px;
11341134
text-align: center;
11351135
cursor: unset;
11361136
padding: 8px 12px;
1137+
color: var(--color-text);
11371138
}
11381139

11391140
#platform-tabs > .active {

0 commit comments

Comments
 (0)