My blog
0
fork

Configure Feed

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

update callout styling

dish 92fef1a3 2f899aa8

+8 -1
+8 -1
src/static/styles.css
··· 111 111 a { 112 112 @apply text-blue underline; 113 113 } 114 + 115 + p { 116 + @apply mb-6; 117 + } 118 + div.callout-content > p { 119 + @apply mb-0; 120 + } 114 121 } 115 122 116 123 @utility callout { ··· 125 132 color: rgb(var(--callout-color)); 126 133 127 134 .callout-title-icon { 128 - @apply flex items-center text-2xl; 135 + @apply flex items-center text-xl leading-7 mr-1; 129 136 flex: 0 0 auto; 130 137 } 131 138