fledged out analytics, self gather, remove vercel speed insights

This commit is contained in:
2026-01-06 01:34:55 -05:00
parent b118a62f83
commit ea556b3677
13 changed files with 867 additions and 114 deletions

View File

@@ -815,6 +815,26 @@ button:active,
color: var(--color-base);
}
/* Video styles for blog posts */
#post-content-body video,
#post-content-body .iframe-wrapper video {
max-width: 100%;
height: auto;
border-radius: 0.5rem;
margin: 1.5rem auto;
display: block;
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
}
#post-content-body .iframe-wrapper {
margin: 1.5rem 0;
display: flex;
justify-content: center;
align-items: center;
}
/* Editor styles remain unchanged */
pre {
background: #0d0d0d;