Mirror for https://github.com/STBoyden/go-portfolio
3
fork

Configure Feed

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

style: add styling for hyperlinks in previews

stboyden.com d46a863c 7cffc92c

verified
+6
+6
static/css/_styles.css
··· 63 63 @apply mb-2; 64 64 } 65 65 66 + #preview > a { 67 + @apply hover:underline; 68 + @apply hover:italic; 69 + @apply text-info; 70 + } 71 + 66 72 #preview > pre { 67 73 @apply bg-base-300; 68 74 @apply rounded-lg;