my website at ewancroft.uk
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(css): close @layer base block in app.css

+26 -25
+26 -25
src/lib/css/app.css
··· 376 376 @apply border-0; 377 377 } 378 378 379 - .prose+.flex.justify-between { 380 - @apply mt-12 mb-8; 381 - } 379 + .prose+.flex.justify-between { 380 + @apply mt-12 mb-8; 381 + } 382 382 383 - .prose+.flex.justify-between a { 384 - @apply max-w-[45%] truncate; 385 - } 383 + .prose+.flex.justify-between a { 384 + @apply max-w-[45%] truncate; 385 + } 386 386 387 - .prose+.flex.justify-between a:first-child { 388 - @apply text-left; 389 - } 387 + .prose+.flex.justify-between a:first-child { 388 + @apply text-left; 389 + } 390 390 391 - .prose+.flex.justify-between a:last-child { 392 - @apply text-right; 393 - } 391 + .prose+.flex.justify-between a:last-child { 392 + @apply text-right; 393 + } 394 394 395 - .text-link { 396 - color: var(--link-color); 397 - } 395 + .text-link { 396 + color: var(--link-color); 397 + } 398 398 399 - .text-link-hover, 400 - .text-link:hover { 401 - color: var(--link-hover-color); 402 - } 399 + .text-link-hover, 400 + .text-link:hover { 401 + color: var(--link-hover-color); 402 + } 403 403 404 - .text-primary { 405 - color: var(--text-color); 406 - } 404 + .text-primary { 405 + color: var(--text-color); 406 + } 407 407 408 - .text-muted { 409 - color: var(--link-color); 410 - opacity: 0.8; 408 + .text-muted { 409 + color: var(--link-color); 410 + opacity: 0.8; 411 + } 411 412 }