A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

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

Style the read-only foreign publications section

+28
+28
src/pages/dashboard.astro
··· 186 186 font-family: var(--font-mono); 187 187 font-size: 0.78rem; 188 188 } 189 + .dash__foreign { 190 + margin-top: 2.5rem; 191 + padding-top: 1.5rem; 192 + border-top: 1px solid var(--line); 193 + } 194 + .dash__h2 { 195 + font-size: 1.15rem; 196 + margin: 0 0 0.25rem; 197 + } 198 + .dash__foreign-note { 199 + color: var(--muted); 200 + font-size: 0.9rem; 201 + margin: 0 0 0.5rem; 202 + } 203 + .dash__foreign .dash__pub { 204 + opacity: 0.85; 205 + } 206 + .dash__pubhost { 207 + display: inline-block; 208 + align-self: flex-start; 209 + color: var(--muted); 210 + font-family: var(--font-mono); 211 + font-size: 0.72rem; 212 + padding: 0.05rem 0.4rem; 213 + border: 1px solid var(--line); 214 + border-radius: 999px; 215 + background: var(--paper-raised); 216 + } 189 217 .dash__pubactions { 190 218 display: flex; 191 219 align-items: center;