Skip to content

Commit 6e3cab1

Browse files
committed
more CSS stuff
1 parent baf295c commit 6e3cab1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,28 +95,27 @@
9595
justify-content: center;
9696
align-items: center;
9797
font-size: 1.2rem;
98-
font-weight: 600;
9998
font-family: var(--sk-font-mono);
99+
color: var(--sk-text-2);
100100
}
101101
102102
&::before {
103103
content: 'JS';
104-
opacity: 0.8;
105104
}
106105
107106
&::after {
108107
content: 'TS';
109108
border-left: none;
110-
opacity: 0.2;
109+
opacity: 0.3;
111110
}
112111
113112
&:checked {
114113
&::before {
115-
opacity: 0.2;
114+
opacity: 0.3;
116115
}
117116
118117
&::after {
119-
opacity: 0.8;
118+
opacity: 1;
120119
}
121120
}
122121
}

0 commit comments

Comments
 (0)