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 baf295c commit 6e3cab1Copy full SHA for 6e3cab1
packages/site-kit/src/lib/components/Text.svelte
@@ -95,28 +95,27 @@
95
justify-content: center;
96
align-items: center;
97
font-size: 1.2rem;
98
- font-weight: 600;
99
font-family: var(--sk-font-mono);
+ color: var(--sk-text-2);
100
}
101
102
&::before {
103
content: 'JS';
104
- opacity: 0.8;
105
106
107
&::after {
108
content: 'TS';
109
border-left: none;
110
- opacity: 0.2;
+ opacity: 0.3;
111
112
113
&:checked {
114
115
116
117
118
119
+ opacity: 1;
120
121
122
0 commit comments