the home of serif.blue
5
fork

Configure Feed

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

feat: add code tag styling

+11 -3
+11 -3
site/index.html
··· 147 147 background-color: #0066cc; 148 148 } 149 149 150 + code { 151 + background-color: var(--light-sky-blue); 152 + padding: 2px 4px; 153 + border-radius: 4px; 154 + font-family: monospace; 155 + font-size: 0.9rem; 156 + letter-spacing: 0.5px; 157 + } 158 + 150 159 footer { 151 160 text-align: center; 152 161 padding: 20px; ··· 217 226 script (<code 218 227 >2 * * * * /home/usrname/pfp/bsky-profile-updates.sh 219 228 >/dev/null 2>&1</code 220 - > 221 - ) to run 2 minutes after the hour (or at really whatever 222 - time you want)! 229 + >) to run 2 minutes after the hour (or at really 230 + whatever time you want)! 223 231 </p> 224 232 <a href="/pfp-updates" class="btn" 225 233 >Customize your gradients!</a