Skip to content

Commit d5ac83d

Browse files
committed
Pending style
1 parent 1b81755 commit d5ac83d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/styles/global.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,11 @@ figure {
243243
.glossary {
244244
transition: transform 0.3s ease;
245245
&:not(:has(:checked)) {
246-
transform: translateX(260px);
246+
transform: translateX(250px);
247+
height: 1.8em;
248+
}
249+
input {
250+
transform: scale(1.5);
247251
}
248252
li > strong {
249253
border: 1px solid var(--accent);
@@ -266,6 +270,8 @@ figure {
266270
background: rgb(var(--gray-light));
267271
border: 1px solid #ccc;
268272
border-left: 4px solid var(--accent);
273+
border: 4px solid var(--accent);
274+
border-right: none;
269275
z-index: 100;
270276
}
271277

0 commit comments

Comments
 (0)