We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71e5dc commit b033a26Copy full SHA for b033a26
1 file changed
makeitwork.cloud/index.html
@@ -290,27 +290,21 @@
290
}
291
292
.resource-name {
293
- font-size: 0.85rem;
+ font-size: 0.9rem;
294
font-weight: 500;
295
color: var(--text-light);
296
margin-bottom: 0.15rem;
297
transition: color 0.3s ease;
298
- -webkit-font-smoothing: none;
299
- -moz-osx-font-smoothing: grayscale;
300
- text-rendering: geometricPrecision;
301
302
303
.resource:hover .resource-name {
304
color: var(--gold);
305
306
307
.resource-cmd {
308
- font-size: 0.75rem;
+ font-size: 0.8rem;
309
color: var(--text-dim);
310
font-weight: 600;
311
312
313
314
315
316
.resource-cmd::before {
0 commit comments