Skip to content

Commit b033a26

Browse files
committed
style: revert font smoothing, increase portal font sizes slightly
1 parent a71e5dc commit b033a26

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

makeitwork.cloud/index.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -290,27 +290,21 @@
290290
}
291291

292292
.resource-name {
293-
font-size: 0.85rem;
293+
font-size: 0.9rem;
294294
font-weight: 500;
295295
color: var(--text-light);
296296
margin-bottom: 0.15rem;
297297
transition: color 0.3s ease;
298-
-webkit-font-smoothing: none;
299-
-moz-osx-font-smoothing: grayscale;
300-
text-rendering: geometricPrecision;
301298
}
302299

303300
.resource:hover .resource-name {
304301
color: var(--gold);
305302
}
306303

307304
.resource-cmd {
308-
font-size: 0.75rem;
305+
font-size: 0.8rem;
309306
color: var(--text-dim);
310307
font-weight: 600;
311-
-webkit-font-smoothing: none;
312-
-moz-osx-font-smoothing: grayscale;
313-
text-rendering: geometricPrecision;
314308
}
315309

316310
.resource-cmd::before {

0 commit comments

Comments
 (0)